nanos-sdk-rs

Crates.ionanos-sdk-rs
lib.rsnanos-sdk-rs
version0.2.0
sourcesrc
created_at2021-10-24 03:21:29.18569
updated_at2021-10-24 03:42:36.652273
descriptionnanos-world module SDK bindings for Rust
homepage
repositoryhttps://github.com/Vurv78/nanos-sdk-rs
max_upload_size
id470195
size1,719,456
Vurv (Vurv78)

documentation

README

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"]
Commit count: 9

cargo fmt