wmata 7.1.0

wmata is a high level Rust interface to the Washington Metropolitan Area Transit Authority (WMATA) API
Documentation
1
2
3
4
5
6
7
//! Client and responses for MetroRail endpoints.
pub mod client;
pub mod line;
pub mod station;

mod traits;
mod urls;