Update docs
This commit is contained in:
parent
79e395d101
commit
550fee7a4c
2 changed files with 185 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
[](https://travis-ci.org/GREsau/schemars)
|
||||
[](https://crates.io/crates/schemars)
|
||||
[](https://docs.rs/schemars)
|
||||
|
||||
Generate JSON Schema documents from Rust code
|
||||
|
||||
|
@ -176,5 +177,3 @@ fn main() {
|
|||
- `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
|
||||
|
||||
## Customizing Schema Generation
|
||||
TODO document this!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue