melcloud-api 0.1.1

Provides a rust interface to the undocumented melcloud API
Documentation
1
2
3
4
5
6
7
mod session;
mod config;
mod devices;
pub use session::Session;
pub use config::Config;
pub use devices::Devices;