1//! Test: shipping an mdbook with API docs 2//! 3//! [Check out our book!](book/index.html) 4 5#[cfg(test)] 6mod tests { 7 #[test] 8 fn it_works() { 9 assert_eq!(2 + 2, 4); 10 } 11}