version: 0.0.4

feat: parse well-known NUT variables
This commit is contained in:
Aram 🍐 2020-11-18 02:14:53 -05:00
parent 0ba5e4565f
commit 4456922492
6 changed files with 169 additions and 12 deletions

View file

@ -7,6 +7,7 @@
pub use config::*;
pub use error::*;
pub use var::*;
/// Blocking client implementation for NUT.
pub mod blocking;
@ -14,3 +15,4 @@ pub mod blocking;
mod cmd;
mod config;
mod error;
mod var;