Docs.rs
duration-str-0.17.0
duration-str 0.17.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
baoyachi
Dependencies
chrono ^0.4.38
normal
optional
rust_decimal ^1.29.1
normal
serde ^1.0.147
normal
optional
thiserror ^2.0.0
normal
time ^0.3.17
normal
optional
winnow ^0.7.4
normal
criterion ^0.5
dev
serde_json ^1.0.87
dev
Versions
17.39%
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
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
duration_
str
0.17.0
Human
Format
Required Methods
human_format
Implementations on Foreign Types
Duration
Duration
Duration
Implementors
In crate duration_
str
duration_str
Trait
HumanFormat
Copy item path
Source
pub trait HumanFormat { // Required method fn
human_format
(&self) ->
String
; }
Required Methods
§
Source
fn
human_format
(&self) ->
String
Implementations on Foreign Types
§
Source
§
impl
HumanFormat
for
Duration
Source
§
fn
human_format
(&self) ->
String
Source
§
impl
HumanFormat
for
Duration
Source
§
fn
human_format
(&self) ->
String
Source
§
impl
HumanFormat
for
Duration
Source
§
fn
human_format
(&self) ->
String
Implementors
§