A thin crate for people who just want to use ldtk files freely.
```rust use ldtk2::Ldtk;
let map = Ldtk::fromfile("example.ldtk")?; // or let map = Ldtk::fromstr(include_str!("example.ldtk"))?; ```
.except()
inside the crate, you can't handle the error.License: Apache-2.0