Qt_Rust_Test/rustlib/rustlib.h

10 lines
167 B
C
Raw Normal View History

2025-06-18 04:45:19 -04:00
#ifndef RUSTBRIDGE_H
#define RUSTBRIDGE_H
extern "C" {
extern const char* fStringFromRustLibrary(void);
extern int fFibonacci(int);
}
#endif // RUSTBRIDGE_H