1 2 3 4 5 6
//! Convenience functions for reading and writing subunit packets in different IO models #[cfg(feature = "async")] pub mod r#async; #[cfg(feature = "sync")] pub mod sync;