mirror of
https://github.com/aramperes/nut-rs.git
synced 2025-09-09 05:28:31 -04:00
parent
ff77c1bdbd
commit
1e3481e18d
4 changed files with 1450 additions and 0 deletions
|
@ -12,6 +12,12 @@ pub use var::*;
|
|||
|
||||
/// Blocking client implementation for NUT.
|
||||
pub mod blocking;
|
||||
/// NUT protocol implementation (v1.2).
|
||||
///
|
||||
/// Reference: <https://networkupstools.org/docs/developer-guide.chunked/ar01s09.html>
|
||||
#[allow(dead_code)]
|
||||
#[macro_use]
|
||||
pub mod proto;
|
||||
/// Async client implementation for NUT, using Tokio.
|
||||
#[cfg(feature = "async")]
|
||||
pub mod tokio;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue