1
2
3
4
5
6
7
8
#![warn(rust_2018_idioms)]
#![forbid(unsafe_code)]

pub mod error;
pub mod protocol;

#[cfg(test)]
mod test_util;