mapeditor / rs-tiled

Reads files from the Tiled editor into Rust
https://crates.io/crates/tiled
MIT License
268 stars 103 forks source link

Better errors #142

Closed aleokdev closed 2 years ago

aleokdev commented 2 years ago

Remove TiledError::Other, remove the arbitrary string in MalformedAttributes and PrematureEnd, and replace them with processable errors.