#world #sdk #lua #nanos #nanos-world

sys nanos-sdk-rs

nanos-world module SDK bindings for Rust

2 unstable releases

0.2.0 Oct 24, 2021
0.1.0 Oct 24, 2021

#176 in #world

MIT license

1.5MB

Contains (static library, 1MB) module-sdk/lib/lua.lib, (static library, 640KB) module-sdk/lib/liblua.a

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

No runtime deps

~0–1.7MB
~34K SLoC