1
0
mirror of https://github.com/bspeice/dtparse synced 2024-11-12 17:08:09 -05:00

Create README.md

This commit is contained in:
bspeice 2018-06-04 22:21:29 -04:00 committed by GitHub
parent 78ad8f2b94
commit 8d2960e127
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
README.md Normal file
View File

@ -0,0 +1,9 @@
# dtparse
A [dateutil](https://github.com/dateutil/dateutil)-compatible timestamp parser for Rust
## Where it stands
Currently, most of the non-timezone functionality is complete (absent a couple of failing test cases that use fractional minutes).
Timezone support in Rust right now is a [bit limited](https://github.com/chronotope/chrono-tz), but should be enough that
a compatible parser can be built.