mirror of
https://github.com/aramperes/nut-rs.git
synced 2025-09-09 05:28:31 -04:00
Simplify errors
This commit is contained in:
parent
c935d88496
commit
96fbfeaeab
8 changed files with 109 additions and 135 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue