Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 997 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 997 Bytes

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