1 2 3 4 5
//! Solar-Log Integration Module //! The integration is done via HTTP JSON API. pub mod client; pub use client::Client; mod http_client;