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 toml [dependencies] nanos-sdk-rs = "0.2.0" Then add this to build your project to a .dll toml [lib] crate-type = ["cdylib"]