]> code.octet-stream.net Git - m17rt/blobdiff - m17app/src/lib.rs
Factor out output buffering for KISS sockets
[m17rt] / m17app / src / lib.rs
old mode 100755 (executable)
new mode 100644 (file)
index 9113515..8a98e79
@@ -9,6 +9,10 @@ pub mod serial;
 pub mod soundcard;
 pub mod soundmodem;
 pub mod tnc;
+pub mod util;
+
+#[cfg(test)]
+mod test_util;
 
 // Protocol definitions needed to implement stream and packet adapters or create fully custom LSFs
 pub use m17core::protocol::{LsfFrame, PacketType, StreamFrame};