{"id":69381,"library":"gtfs-structures","title":"GTFS Structures","description":"Read GTFS (public transit timetables) files into Rust data structures.","status":"active","version":"0.47.0","language":"rust","source_language":null,"source_url":"https://github.com/rust-transit/gtfs-structure","tags":["gtfs","transit","public-transport","parsing"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ngtfs-structures = \"0.47.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add gtfs-structures","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Gtfs","correct":"use gtfs_structures::Gtfs;"}],"quickstart":{"code":"use gtfs_structures::Gtfs;\n\nfn main() -> Result<(), Box<dyn std::error::Error>> {\n    let gtfs = Gtfs::new(\"path/to/gtfs.zip\")?;\n    println!(\"Loaded {} routes\", gtfs.routes.len());\n    Ok(())\n}","lang":"rust","description":"Load a GTFS feed from a ZIP file."},"warnings":[],"env_vars":null,"search_vec":"'data':11 'file':8 'gtfs':1,4,13 'pars':18 'public':5,16 'public-transport':15 'read':3 'rust':10 'structur':2,12 'timet':7 'transit':6,14 'transport':17","created_at":"2026-06-17T18:01:16.017057+00:00","updated_at":"2026-06-17T18:01:16.017057+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/rust-transit/gtfs-structure","github":"https://github.com/rust-transit/gtfs-structure","docs":"https://docs.rs/gtfs-structures/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"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}}