GREsau / schemars

Generate JSON Schema documents from Rust code
https://graham.cool/schemars/
MIT License
791 stars 220 forks source link

Add optional support for `vec1::Vec1` #270

Open CosmicHorrorDev opened 6 months ago

CosmicHorrorDev commented 6 months ago

This adds a JsonSchema impl for vec1::Vec1. I based the impl off similar types, so let me know if I missed anything! (also obligatory thanks for the great library :tada:)