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