]> code.octet-stream.net Git - m17rt/blobdiff - m17app/src/lib.rs
Configurable output card for codec2 adapter
[m17rt] / m17app / src / lib.rs
index 06a6cfacba8394ff2e5653edaeac4471610ad286..1881df33b94a19542938e7bbe813818d547f0cf2 100755 (executable)
@@ -1,3 +1,5 @@
+#![doc = include_str!("../README.md")]
+
 pub mod adapter;
 pub mod app;
 pub mod error;
 pub mod adapter;
 pub mod app;
 pub mod error;
@@ -8,5 +10,8 @@ pub mod soundcard;
 pub mod soundmodem;
 pub mod tnc;
 
 pub mod soundmodem;
 pub mod tnc;
 
+#[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};
 // Protocol definitions needed to implement stream and packet adapters or create fully custom LSFs
 pub use m17core::protocol::{LsfFrame, PacketType, StreamFrame};