Docs.rs
serde-intermediate-1.6.0
serde-intermediate 1.6.0
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
PsichiX
Dependencies
pest ^2.1
normal
pest_derive ^2.1
normal
petgraph ^0.6
normal
serde ^1
normal
serde-intermediate-derive ^1.6
normal
bincode ^1.3
dev
criterion ^0.5
dev
pot ^2
dev
rand ^0.8
dev
ron ^0.8
dev
serde_json ^1
dev
serde_yaml ^0.9
dev
Versions
16.82%
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
☰
In serde_intermediate::de::text
?
Function
serde_intermediate
::
de
::
text
::
from_str
source
·
[
−
]
pub fn from_str<T>(value: &
str
) ->
Result
<T>
where T:
DeserializeOwned
,