Restructure with workspace

This commit is contained in:
Aram 🍐 2021-07-30 12:15:20 -04:00
parent 5ae714c9e2
commit 43121ce2ea
9 changed files with 25 additions and 21 deletions

View file

@ -1,18 +0,0 @@
#![deny(missing_docs)]
//! # nut-client
//!
//! The `nut-client` crate provides a network client implementation
//! for Network UPS Tools (NUT) servers.
pub use config::*;
pub use error::*;
pub use var::*;
/// Blocking client implementation for NUT.
pub mod blocking;
mod cmd;
mod config;
mod error;
mod var;