weg_li_api 0.1.0

Making working with the weg.li API more convenient
Documentation
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;