Docs.rs
serde-lite-0.5.0
serde-lite 0.5.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
operutka
Dependencies
indexmap ^2
normal
optional
serde ^1
normal
serde-lite-derive =0.5.0
normal
optional
serde_json ^1
dev
Versions
66.04%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
serde_
lite
0.5.0
MapImpl
Aliased Type
Trait Implementations
From<Map>
In crate serde_
lite
serde_lite
Type Alias
MapImpl
Copy item path
Source
pub type MapImpl<K, V> =
HashMap
<K, V>;
Expand description
Type alias.
Aliased Type
§
struct MapImpl<K, V> {
/* private fields */
}
Trait Implementations
§
Source
§
impl
From
<
Map
> for
MapImpl
<
Cow
<'static,
str
>,
Intermediate
>
Source
§
fn
from
(map:
Map
) -> Self
Converts to this type from the input type.