1 2 3 4 5 6 7 8 9 10 11 12
include!("./use.rs"); include!("./macro.rs"); #[test] fn test_0() { test_encode!(String,String::from("fooba"),String::from("MZXW6YTB")); } // #[test] // fn test_1() { // test_encode!(String,String::from("fooba"),String::from("MZXW6YTB")); // }