Files
simple-rust-tests/__ffi/dotalib/README.md
2021-01-10 15:17:22 +08:00

298 B

Install cbindgen: https://github.com/eqrion/cbindgen

C++

cbindgen --config cbindgen.toml --crate dotalib --output dotalib.h

C

cbindgen --config cbindgen.toml --crate dotalib --lang c --output dotalib.h

Compile

cargo build
gcc -Ltarget/debug/ -ldota test.c