1#![feature(iter_map_windows)] 2#![feature(gethostname)] 3#![feature(trim_prefix_suffix)] 4 5pub mod proto; 6pub mod server;