| Crates.io | led-rs |
| lib.rs | led-rs |
| version | 0.1.0 |
| created_at | 2020-09-28 08:32:00.241725+00 |
| updated_at | 2020-09-28 08:32:00.241725+00 |
| description | A parser for the LEd 2D level editor |
| homepage | |
| repository | https://github.com/will-hart/led-rs |
| max_upload_size | |
| id | 293624 |
| size | 254,053 |
This is a simple parser for the LEd file format written in Rust. See https://deepnight.net/tools/led-2d-level-editor/.
It is written to support the app version 0.2.1, JSON version 1.
No guarantees about compatibilty or ongoing support are made :D
defs are not parsedThe library isn't currently on crates.io. Add to your cargo.toml
led-rs = { git = "https://github.com/will-hart/led-rs" }
See the examples folder for some example usage or run the examples with
cargo run --example parse_sample
MIT / Apache