mirror of
https://github.com/aramperes/nut-rs.git
synced 2025-09-08 05:08:31 -04:00
make proto module private for now
This commit is contained in:
parent
821414d9cd
commit
3e70c36b85
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ pub mod blocking;
|
|||
/// Reference: <https://networkupstools.org/docs/developer-guide.chunked/ar01s09.html>
|
||||
#[allow(dead_code)]
|
||||
#[macro_use]
|
||||
pub mod proto;
|
||||
pub(crate) 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