Docs.rs
json-api-0.4.1
json-api 0.4.1
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
zacharygolba
Dependencies
error-chain ^0.11
normal
http ^0.1
normal
ordermap ^0.3
normal
percent-encoding ^1.0
normal
serde ^1.0
normal
serde_derive ^1.0
normal
serde_json ^1.0
normal
serde_qs ^0.3
normal
Versions
92.71%
of the crate is documented
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
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
json_
api
0.4.1
Module collections
Module Items
Re-exports
Modules
Traits
In json_
api::
value
json_api
::
value
Module
collections
Copy item path
Source
Expand description
Collection types with consistent ordering.
Re-exports
§
pub use self::map::
Map
;
pub use self::set::
Set
;
Modules
§
map
A hash map implementation with consistent ordering.
set
A hash set implemented as a
Map
where the value is
()
.
Traits
§
Equivalent
Key equivalence trait.