mirror of
https://github.com/aramperes/nut-rs.git
synced 2025-09-10 05:44:03 -04:00
Add all remaining errors
This commit is contained in:
parent
1842ebef15
commit
35d40d3111
2 changed files with 104 additions and 2 deletions
|
@ -11,6 +11,9 @@ pub mod server;
|
|||
/// Utilities for encoding and decoding packets.
|
||||
pub mod util;
|
||||
|
||||
pub use client::Sentences as ClientSentences;
|
||||
pub use server::Sentences as ServerSentences;
|
||||
|
||||
/// Macro that implements the list of "words" in the NUT network protocol.
|
||||
macro_rules! impl_words {
|
||||
(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue