A Serde deserializer for human-readable duration and byte-size strings.
# Cargo.toml
[dependencies]
serde-humanize-rs = "0.1.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Deserialize a human-readable duration string like '5s' into a Duration.
Validate input before deserialization or use a custom error handler.
No dependency data recorded yet.