]> code.octet-stream.net Git - m17rt/blobdiff - m17app/src/lib.rs
Error handler for soundmodem components
[m17rt] / m17app / src / lib.rs
index 543bdc5f1383f2036675fcabf63ee8259d9795d8..1881df33b94a19542938e7bbe813818d547f0cf2 100755 (executable)
@@ -1,11 +1,17 @@
+#![doc = include_str!("../README.md")]
+
 pub mod adapter;
 pub mod app;
 pub mod error;
 pub mod link_setup;
 pub mod adapter;
 pub mod app;
 pub mod error;
 pub mod link_setup;
+pub mod rtlsdr;
 pub mod serial;
 pub mod soundcard;
 pub mod soundmodem;
 pub mod tnc;
 
 pub mod serial;
 pub mod soundcard;
 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};