Docs.rs
simd-json-0.6.0
simd-json 0.6.0
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Repository
crates.io
Source
Owners
Licenser
sunnybot
mfelsche
simd-lite-bot
Dependencies
alloc_counter ^0.0.4
normal
beef ^0.5
normal
colored ^2.0
normal
getopts ^0.2
normal
halfbrown ^0.1
normal
jemallocator ^0.5
normal
perfcnt ^0.8
normal
serde ^1
normal
serde_json ^1
normal
simdutf8 ^0.1.4
normal
value-trait ^0.4.0
normal
core_affinity ^0.5
dev
criterion ^0.3
dev
float-cmp ^0.9
dev
getopts ^0.2
dev
proptest ^1.0
dev
Versions
100%
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
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
☰
Object
In simd_json::value::borrowed
?
Type Definition
simd_json
::
value
::
borrowed
::
Object
source
·
[
−
]
pub type Object<'value> =
HashMap
<
Cow
<'value,
str
>,
Value
<'value>>;
Expand description
Representation of a JSON object