Docs.rs
nu-json-0.78.0
nu-json 0.78.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
github:nushell:publishing
sophiajt
Dependencies
linked-hash-map ^0.5
normal
num-traits ^0.2.14
normal
serde ^1.0
normal
Versions
95.69%
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
☰
Map
In nu_json::value
?
Type Definition
nu_json
::
value
::
Map
source
·
[
−
]
pub type Map<K, V> =
LinkedHashMap
<K, V>;
Expand description
Represents a key/value type.