Crates.io | nanos-sdk-rs |
lib.rs | nanos-sdk-rs |
version | 0.2.0 |
source | src |
created_at | 2021-10-24 03:21:29.18569 |
updated_at | 2021-10-24 03:42:36.652273 |
description | nanos-world module SDK bindings for Rust |
homepage | |
repository | https://github.com/Vurv78/nanos-sdk-rs |
max_upload_size | |
id | 470195 |
size | 1,719,456 |
nanos-sdk-rs
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"]