use rtcm::do_work; #[test] fn it_works() { assert!(do_work(4).is_ok()); } #[test] fn it_errors() { assert!(do_work(5).is_err()); }