Bindings to https://github.com/nanos-world/module-sdk for Rust using bindgen.
See nanos world
Please note that nanos world is in early development, so this could become unstable. Join the discord @ discord.nanos.world
Add this as a dependency to your Cargo.toml
[dependencies]
nanos-sdk-rs = "0.2.0"
Then add this to build your project to a .dll
[lib]
crate-type = ["cdylib"]