Crate lits

Crate lits 

Source
Expand description

A proc-macro collection that parses human-readable strings at compile time.

Macrosยง

bytesbytesize
Parses a human-readable byte size string at compile time into an integer using bytesize.
datetimehumantime
Parses a human-readable date-time string at compile time into an std::time::SystemTime using humantime.
durationhumantime
Parses a human-readable duration string at compile time into an std::time::Duration using humantime.