mirror of
https://github.com/Tribufu/TribufuRust
synced 2026-08-07 11:56:22 +00:00
* Generate native bindings from rust crate * Add native instance and runtime statics * Update README.md
3 lines
116 B
PowerShell
3 lines
116 B
PowerShell
#!/usr/bin/env sh
|
|
|
|
cbindgen --config ./config/cbindgen.toml --crate tribufu-sdk --output ./include/tribufu/native.h
|