Docs.rs
schemars-0.8.3
schemars 0.8.3
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
GREsau
Dependencies
arrayvec ^0.5
normal
bytes ^1.0
normal
chrono ^0.4
normal
dyn-clone ^1.0
normal
either ^1.3
normal
indexmap ^1.2
normal
schemars_derive =0.8.3
normal
serde ^1.0
normal
serde_json ^1.0
normal
smallvec ^1.0
normal
url ^2.0
normal
uuid ^0.8
normal
pretty_assertions ^0.6.1
dev
trybuild ^1.0
dev
Versions
90%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Type Definition MapEntry
schemars
?
Type Definition
schemars
::
MapEntry
[
−
]
[src]
type MapEntry<'a, K, V> =
Entry
<'a, K, V>;