mod util; use smol_str::SmolStr; use util::*; #[test] fn smol_str() -> TestResult { test_default_generated_schema::("smol_str") }