GREsau / schemars

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

Add support of parking_lot mutex #300

Open bnjjj opened 2 months ago

bnjjj commented 2 months ago

As it's already implemented for std::sync::Mutex I would also like to have the compatibility with parking_lot Mutex.