WMATA

wmata is a lightweight Rust interface to the Washington Metropolitan Area Transit Authority API that’s incredibly simple and lightning fast.


Design

wmata is designed to be quick and simple to pick up. Methods are directly relatable to WMATA’s API, and are accessible through two, simple structs.


Stability

wmata has complete test coverage, and built on stable, popular crates like serde and reqwest. This makes it possible to pick up wmata and know it will work for your use case.


wmata features extensive documentation on all fields received from the WMATA API, and provides quick links to WMATA’s documentation as well. This makes exploring data within wmata simple and intuitive.

docs