1 2 3 4 5 6
#![cfg_attr(not(doctest), doc = include_str!("../README.md"))] pub mod api; pub mod types; pub use api::WegLiApiClient;