1pub mod proto; 2 3#[cfg(test)] 4mod tests { 5 #[test] 6 fn it_works() { 7 let result = 2 + 2; 8 assert_eq!(result, 4); 9 } 10}