Docs.rs
maguro-0.0.1
maguro 0.0.1
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
krashanoff
Dependencies
chrono ^0.4
normal
clap ^2.33.3
normal
hyper ^0.14
normal
hyper-tls ^0.5.0
normal
log ^0.4.14
normal
mime ^0.3.16
normal
serde ^1.0.125
normal
serde_json ^1.0
normal
serde_urlencoded ^0.7.0
normal
tokio ^1
normal
Versions
53.85%
of the crate is documented
Platform
i686-pc-windows-msvc
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
maguro
0.0.1
In maguro::
serde::
u32
Functions
from_str
from_str_option
maguro
::
serde
::
u32
Function
from_str
Copy item path
Settings
Help
Summary
Source
pub fn from_str<'de, D>(d: D) ->
Result
<
u32
, D::
Error
>
where D:
Deserializer
<'de>,