Add util for joining and splitting words

This commit is contained in:
Aram 🍐 2021-08-04 02:30:19 -04:00
parent 1e3481e18d
commit 1842ebef15
2 changed files with 43 additions and 0 deletions

View file

@ -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 {