led-rs

Crates.ioled-rs
lib.rsled-rs
version0.1.0
sourcesrc
created_at2020-09-28 08:32:00.241725
updated_at2020-09-28 08:32:00.241725
descriptionA parser for the LEd 2D level editor
homepage
repositoryhttps://github.com/will-hart/led-rs
max_upload_size
id293624
size254,053
Will Hart (will-hart)

documentation

README

LEd-rs

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

Limitations

  • defs are not parsed
  • most "API" functions are not included

Usage

The 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

LICENSE

MIT / Apache

Commit count: 7

cargo fmt