#![allow(dead_code)] mod ext; use ext::*; mod object; mod formats; #[cfg(test)] mod tests { #[test] fn it_works() { assert_eq!(2 + 2, 4); } }