use dade::model; #[model] struct TestModel { #[field(max_length = 2)] value: u64, } fn main() {}