fdate 0.2.1

Natural date input parsing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "fdate"
version = "0.2.1"
edition = "2024"
description = "Natural date input parsing"
license = "MPL-2.0"
repository = "https://github.com/fominok/fdate"
homepage = "https://github.com/fominok/fdate"
documentation = "https://docs.rs/fdate"
keywords = ["date", "fuzzy", "search", "parser"]
categories = ["date-and-time", "text-processing"]

[dependencies]
chrono = "0.4.44"
nom = "8.0.0"