#[cfg(test)] mod tests { #[test] fn canary() { assert_eq!(2 + 2, 4); } }