https://github.com/thevurv/nanos-sdk-rs
Bindings to the nanos world sdk for Rust using bindgen
https://github.com/thevurv/nanos-sdk-rs
bindgen ffi lua nanos-world rust sdk
Last synced: about 1 year ago
JSON representation
Bindings to the nanos world sdk for Rust using bindgen
- Host: GitHub
- URL: https://github.com/thevurv/nanos-sdk-rs
- Owner: thevurv
- License: mit
- Created: 2021-08-03T19:54:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-24T03:43:16.000Z (almost 5 years ago)
- Last Synced: 2025-06-09T06:51:03.490Z (about 1 year ago)
- Topics: bindgen, ffi, lua, nanos-world, rust, sdk
- Language: Rust
- Homepage: https://crates.io/crates/nanos-sdk-rs
- Size: 1.95 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ``nanos-sdk-rs`` [](https://github.com/Vurv78/nanos-sdk-rs/actions) [](https://vurv78.github.io/nanos-sdk-rs/nanos_sdk_rs/sdk/index.html) [](https://crates.io/crates/nanos-sdk-rs)
Bindings to https://github.com/nanos-world/module-sdk for Rust using bindgen.
See **[nanos world](https://www.nanos.world)**
> Please note that nanos world is in early development, so this could become unstable. Join the discord @ [discord.nanos.world](https://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"]
```