//! # rups
//!
//! The `rups` crate provides a network client implementation
//! for Network UPS Tools (NUT) servers.
pub use *;
pub use *;
pub use *;
pub use *;
/// Blocking client implementation for NUT.
/// NUT protocol implementation (v1.2).
///
/// Reference: <https://networkupstools.org/docs/developer-guide.chunked/ar01s09.html>
pub
/// Async client implementation for NUT, using Tokio.