Generify LIST commands in blocking/tokio

This commit is contained in:
Aram 🍐 2021-07-31 21:56:04 -04:00
parent 65f25fb958
commit bab1264364
5 changed files with 83 additions and 106 deletions

View file

@ -12,7 +12,7 @@ pub use var::*;
/// Blocking client implementation for NUT.
pub mod blocking;
/// Async client implementation for NUT, using Tokio.
#[cfg(feature = "tokio")]
#[cfg(feature = "async")]
pub mod tokio;
mod cmd;