human-chrono-parser
Parse human-written relative dates like "today" ,"tomorrow", "in 3 days", "next monday" and other variants.
Installation
To use the human-chrono-parser in your project, include it in your
Cargo.toml:
[]
= "0.0.1"
Usage
Here is a basic example of how to use the HumanDateParser trait:
use ;
use ;
Locales
Currently only pt-BR locale is supported. We welcome contributions to support other locales!
Contributing
Contributions are welcome! If you'd like to improve the library or add more features, please open an issue, fork the repository and create a pull request.