doing-time
Time parsing and formatting for the doing CLI.
This crate provides natural-language time parsing (chronify), duration parsing and formatting, date range parsing,
and configurable short-date display.
Usage
use ;
use ;
// Parse a natural-language time expression
let datetime = chronify.unwrap;
// Parse and format a duration
let duration = parse_duration.unwrap;
let formatted = new;
println!; // "1 hour 30 minutes"
License
MIT — see LICENSE for details.