Simplify errors

This commit is contained in:
Aram 🍐 2021-08-01 15:10:27 -04:00
parent c935d88496
commit 96fbfeaeab
8 changed files with 109 additions and 135 deletions

View file

@ -7,6 +7,7 @@
pub use config::*;
pub use error::*;
pub use util::*;
pub use var::*;
/// Blocking client implementation for NUT.
@ -20,4 +21,5 @@ mod config;
mod error;
#[cfg(feature = "ssl")]
mod ssl;
mod util;
mod var;