whichtime
whichtime is a natural language date parsing library for Rust.
It provides the ergonomic, high-level API for parsing phrases like "tomorrow at 3pm", "next Friday", or "in two weeks" across the locales supported by the project.
Installation
[]
= "0.1"
Example
use WhichTime;
Documentation
- Guide: https://transcodeworks.github.io/whichtime/
- API docs: https://docs.rs/whichtime
- Lower-level engine: https://docs.rs/whichtime-sys