Rename derive_json_schema feature to impl_json_schema

This commit is contained in:
Graham Esau 2019-12-27 17:13:32 +00:00
parent 1c0f626e3f
commit 0ae2d48fba
5 changed files with 20 additions and 18 deletions

View file

@ -208,5 +208,5 @@ fn main() {
## Feature Flags
- `chrono` - implements `JsonSchema` for all [Chrono](https://github.com/chronotope/chrono) types which are serializable by Serde.
- `derive_json_schema` - implements `JsonSchema` for Schemars types themselves
- `impl_json_schema` - implements `JsonSchema` for Schemars types themselves