foxess 1.1.0

Rust library for communication with FoxESS Cloud
Documentation
1
2
3
4
5
#[cfg(feature = "async")]
mod http_mock_async;

#[cfg(feature = "blocking")]
mod http_mock_blocking;