chrono_parser 0.1.0

Parser extension on the top of chrono
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.chrono]
version = "0.4.19"

[dependencies.regex]
version = "1.5.4"

[package]
authors = ["PumpkinSeed <qwer.kocka@gmail.com>"]
description = "Parser extension on the top of chrono"
edition = "2021"
keywords = ["date", "time", "chrono-parser"]
license = "Apache-2.0"
name = "chrono_parser"
readme = "README.md"
repository = "https://github.com/PumpkinSeed/chrono-parser"
resolver = "2"
version = "0.1.0"