fuzzydate 0.1.1

A flexible date parsing library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.chrono]
version = "0.4"

[dependencies.lazy_static]
version = "1.4"

[package]
authors = ["Devin Vander Stelt"]
categories = ["accessibility", "date-and-time", "parser-implementations", "text-processing"]
description = "A flexible date parsing library"
edition = "2021"
keywords = ["date", "time", "parse", "fuzzy", "string"]
license = "MIT"
name = "fuzzydate"
repository = "https://github.com/DevinVS/fuzzydate"
resolver = "2"
version = "0.1.1"