1
2
3
4
5
6
use crate::gen::SchemaGenerator;
use crate::schema::*;
use crate::JsonSchema;
use smol_str::SmolStr;

forward_impl!(SmolStr => String);