mirror of
https://github.com/tribufu/tribufu-rust
synced 2026-05-06 06:47:28 +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
|