2 unstable releases
0.2.0 | Oct 24, 2021 |
---|---|
0.1.0 | Oct 24, 2021 |
#161 in #world
1.5MB
Contains (static library, 1MB) module-sdk/lib/lua.lib, (static library, 640KB) module-sdk/lib/liblua.a
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
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"]
No runtime deps
~0–1.9MB
~36K SLoC