Docs.rs
keyvalues-serde-0.2.1
keyvalues-serde 0.2.1
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
CosmicHorrorDev
Dependencies
keyvalues-parser ^0.2.0
normal
serde ^1.0.190
normal
thiserror ^1.0.50
normal
criterion ^0.5.1
dev
insta ^1.34.0
dev
maplit ^1.0.2
dev
pretty_assertions ^1.4.0
dev
serde ^1.0.190
dev
Versions
38.27%
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
keyvalues_
serde
0.2.1
In keyvalues_
serde::
de
keyvalues_serde
::
de
Function
from_reader_with_key
Copy item path
Source
pub fn from_reader_with_key<R:
Read
, T:
DeserializeOwned
>( rdr: R, ) ->
Result
<(T,
String
)>