mirror of
https://github.com/arampoire/nut-rs.git
synced 2025-12-01 00:30:23 -05:00
Generify LIST commands in blocking/tokio
This commit is contained in:
parent
65f25fb958
commit
bab1264364
5 changed files with 83 additions and 106 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue