mirror of
https://github.com/bspeice/dtparse
synced 2024-11-12 17:08:09 -05:00
51ed3ecf73
Failing currently, but still making progress. We're essentially at a releasable point I think. |
||
---|---|---|
src | ||
tests | ||
.gitignore | ||
.travis.yml | ||
build_pycompat.py | ||
Cargo.toml | ||
LICENSE | ||
README.md |
dtparse
A 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, but should be enough that a compatible parser can be built.