1
2
3
4
#![deny(warnings, rust_2018_idioms)]

pub mod client;
pub mod server;