1#![doc = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/README.md"))] 2pub mod msg; 3#[cfg(test)] 4mod tests; 5pub mod types;