mirror of
https://github.com/tribufu/sdk-rust
synced 2025-06-15 18:54:19 +00:00
* Generate native bindings from rust crate * Add native instance and runtime statics * Update README.md
4 lines
116 B
PowerShell
4 lines
116 B
PowerShell
#!/usr/bin/env sh
|
|
|
|
cbindgen --config ./config/cbindgen.toml --crate tribufu-sdk --output ./include/tribufu/native.h
|