GREsau / schemars

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

Add support for arbitrary-int #303

Open IzawGithub opened 2 months ago

IzawGithub commented 2 months ago

This PR add support for the arbitrary-int crate. I've been using this for a while without any issue in a private project.

I'm not sure if the way I've done tests are good enough. I didn't really see a way to avoid creating 6 different json file.