#![warn(missing_docs, unused_import_braces, missing_debug_implementations)] pub mod launcher; #[cfg(test)] mod tests { #[test] fn it_works() { assert_eq!(2 + 2, 4); } }