1个不稳定版本
0.1.0 | 2020年9月28日 |
---|
#1851 in 游戏开发
42KB
222 行
LEd-rs
这是一个用Rust编写的LEd文件格式简单解析器。请参阅https://deepnight.net/tools/led-2d-level-editor/。
它旨在支持应用程序版本0.2.1
,JSON版本1。
不保证兼容性或持续支持 :D
限制
defs
未被解析- 大多数"API"函数未被包含
用法
该库目前不在crates.io
上。将其添加到您的cargo.toml
led-rs = { git = "https://github.com/will-hart/led-rs" }
请参阅examples
文件夹中的示例用法,或使用以下命令运行示例
cargo run --example parse_sample
许可证
MIT / Apache
依赖项
~0.8–1.5MB
~35K SLoC