1 2 3 4 5 6 7 8 9
pub mod event; pub mod line; pub mod string; #[derive(Copy, Clone, PartialEq, Eq, Hash)] pub enum Side { Client, Server }