Registry / utility / tiled
library0.15.0rscratesunverified

A Rust crate for loading maps created by the Tiled editor, supporting TMX and JSON formats.

# Cargo.toml [dependencies] tiled = "0.15.0"
INSTALL
IMPORT
SIG · TILED
T
tiled
utilityrustv0.15.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Map
use tiled::Map;

Loads a Tiled map from a TMX file.

use tiled::Map; fn main() { let map = Map::parse_file("map.tmx").unwrap(); println!("Map loaded: {}x{}", map.width, map.height); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.15.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
18
Resources
tiled — cargo add tiled · libregistry