2个不稳定发布版
0.2.0 | 2021年10月24日 |
---|---|
0.1.0 | 2021年10月24日 |
#186 在 #world
1.5MB
包含 (静态库,1MB) module-sdk/lib/lua.lib,(静态库,640KB) module-sdk/lib/liblua.a
nanos-sdk-rs
使用bindgen为Rust绑定了https://github.com/nanos-world/module-sdk。
查看 nanos world
请注意,nanos world处于早期开发阶段,因此这可能会变得不稳定。加入discord @ discord.nanos.world
用法
将此作为依赖项添加到您的 Cargo.toml
[dependencies]
nanos-sdk-rs = "0.2.0"
然后添加此项目以构建到.dll文件中
[lib]
crate-type = ["cdylib"]
无运行时依赖
~0–1.8MB
~34K SLoC