1 2 3 4 5 6 7 8 9 10 11 12 13
//! Metro Ethernet Forum API Library #[warn(missing_docs)] const LIB_PATH : &str = "mefApi"; // Product Quote pub mod w115; // Geographic Site pub mod w122; // Product Ordering pub mod w123;