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 MetroBus endpoints.
pub mod client;
pub mod route;
pub mod stop;

mod traits;
mod urls;