Expand description
A proc-macro collection that parses human-readable strings at compile time.
Macrosยง
- bytes
bytesize - Parses a human-readable byte size string at compile time into an integer using bytesize.
- datetime
humantime - Parses a human-readable date-time string at compile time into an
std::time::SystemTimeusing humantime. - duration
humantime - Parses a human-readable duration string at compile time into an
std::time::Durationusing humantime.