{"id":70771,"library":"tiled","title":"Tiled","description":"A Rust crate for loading maps created by the Tiled editor, supporting TMX and JSON formats.","status":"active","version":"0.15.0","language":"rust","source_language":null,"source_url":"https://github.com/mapeditor/rs-tiled","tags":["tiled","map","game","tmx","json"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ntiled = \"0.15.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add tiled","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Map","correct":"use tiled::Map;"}],"quickstart":{"code":"use tiled::Map;\n\nfn main() {\n    let map = Map::parse_file(\"map.tmx\").unwrap();\n    println!(\"Map loaded: {}x{}\", map.width, map.height);\n}","lang":"rust","description":"Loads a Tiled map from a TMX file."},"warnings":[],"env_vars":null,"search_vec":"'crate':4 'creat':8 'editor':12 'format':17 'game':20 'json':16,22 'load':6 'map':7,19 'rust':3 'support':13 'tile':1,11,18 'tmx':14,21","created_at":"2026-06-17T18:18:51.582754+00:00","updated_at":"2026-06-17T18:18:51.582754+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/mapeditor/rs-tiled","github":"https://github.com/mapeditor/rs-tiled","docs":"https://docs.rs/tiled/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}