Docs.rs
duration-str-0.5.1
duration-str 0.5.1
Docs.rs crate page
MIT
AND
Apache-2.0
Links
Repository
crates.io
Source
Owners
baoyachi
Dependencies
chrono ^0.4.23
normal
nom ^7.1.1
normal
rust_decimal ^1.29.1
normal
serde ^1.0.147
normal
thiserror ^1.0.37
normal
time ^0.3.17
normal
serde_json ^1.0.87
dev
Versions
31.25%
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
☰
DResult
In duration_str
?
Type Definition
duration_str
::
DResult
source
·
[
−
]
pub type DResult<T> =
Result
<T,
DError
>;