Support types with const generics (#239)

Co-authored-by: Spencer Sharkey <spsharkey@tesla.com>
This commit is contained in:
Graham Esau 2023-08-27 20:50:20 +01:00 committed by GitHub
parent 0303f0334e
commit 37478d764e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 129 additions and 21 deletions

View file

@ -5,6 +5,7 @@
### Added:
- Implement `JsonSchema` for `semver::Version` (https://github.com/GREsau/schemars/pull/195 / https://github.com/GREsau/schemars/pull/238)
- Include const generics in generated schema names (https://github.com/GREsau/schemars/pull/179 / https://github.com/GREsau/schemars/pull/239)
### Changed: