Go to file
bspeice 78b4d95b16
Create LICENSE
2018-06-04 22:23:45 -04:00
src println in lib code is uncool. 2018-06-03 23:56:17 -04:00
tests Use much more concise macros 2018-06-04 20:23:34 -04:00
.gitignore Initial structure 2018-05-13 16:18:45 -04:00
Cargo.toml Move tests to pyo3 2018-05-27 13:51:23 -04:00
LICENSE Create LICENSE 2018-06-04 22:23:45 -04:00
README.md Create README.md 2018-06-04 22:21:29 -04:00

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.