mirror of
https://github.com/aramperes/nut-rs.git
synced 2025-09-09 05:28:31 -04:00
Add util for joining and splitting words
This commit is contained in:
parent
1e3481e18d
commit
1842ebef15
2 changed files with 43 additions and 0 deletions
|
@ -8,6 +8,8 @@ pub mod client;
|
|||
/// "Server-bound" implies commands RECEIVED and DECODED by the server. The client implementation
|
||||
/// must use the same messages to ENCODE and SEND.
|
||||
pub mod server;
|
||||
/// Utilities for encoding and decoding packets.
|
||||
pub mod util;
|
||||
|
||||
/// 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