1#![warn(rust_2018_idioms)] 2#![forbid(unsafe_code)] 3 4pub mod error; 5pub mod protocol; 6 7#[cfg(test)] 8mod test_util;