GREsau / schemars

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

README.md: Optimize writing schema to stdout #305

Open cgwalters opened 3 months ago

cgwalters commented 3 months ago

Silly drive-by PR but generating the JSON as a string to then print to stdout can be optimized by just writing to the stream directly.