diligent-date-parser 0.1.5

Library for parsing datetime in unknown format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "diligent-date-parser"
description = "Library for parsing datetime in unknown format"
version = "0.1.5"
authors = ["Andrey Kutejko <andy128k@gmail.com>"]
edition = "2021"
license = "MIT/Apache-2.0"
readme = "README.md"
keywords = ["date", "datetime", "parser", "parsing"]
homepage = "https://github.com/rust-syndication/diligent-date-parser"
repository = "https://github.com/rust-syndication/diligent-date-parser"
documentation = "https://docs.rs/diligent-date-parser/"

[dependencies]
chrono = { version = "0.4.27", default-features = false }