Skip to content

Bindings to the nanos world sdk for Rust using bindgen

License

Notifications You must be signed in to change notification settings

Vurv78/nanos-sdk-rs

Repository files navigation

nanos-sdk-rs CI DocBadge cratesio

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

Usage

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"]