1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
use derive::*; use crimtag::*; #[derive(CrimtagMappable)] pub struct Test { number: i32, something: f64, inner_thing: String, } #[test] fn it_works() { }