v0.8.12
This commit is contained in:
parent
9dc816fafc
commit
386e3d7f5a
6 changed files with 13 additions and 5 deletions
|
@ -24,6 +24,7 @@ Schemars can implement `JsonSchema` on types from several popular crates, enable
|
|||
- `enumset` - [enumset](https://crates.io/crates/enumset) (^1.0)
|
||||
- `rust_decimal` - [rust_decimal](https://crates.io/crates/rust_decimal) (^1.0)
|
||||
- `bigdecimal` - [bigdecimal](https://crates.io/crates/bigdecimal) (^0.3)
|
||||
- `smol_str` - [smol_str](https://crates.io/crates/smol_str) (^0.1.17)
|
||||
|
||||
For example, to implement `JsonSchema` on types from `chrono`, enable it as a feature in the `schemars` dependency in your `Cargo.toml` like so:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue