README and Cargo.toml updates

pull/24/head
Bradlee Speice 2018-08-03 21:52:36 -04:00
parent 893cf6d40c
commit 50fe2c01d4
2 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,8 @@ license = "Apache-2.0"
[badges]
travis-ci = { repository = "bspeice/dtparse" }
appveyor = { repository = "bspeice/dtparse" }
maintenance = { status = "passively-maintained" }
[lib]
name = "dtparse"

View File

@ -1,6 +1,7 @@
# dtparse
![travisci](https://travis-ci.org/bspeice/dtparse.svg?branch=master)
[![appveyor](https://ci.appveyor.com/api/projects/status/r4de76tg9utfjva1/branch/master?svg=true)](https://ci.appveyor.com/project/bspeice/dtparse/branch/master)
The fully-featured "even I couldn't understand that" time parser.
Designed to take in strings and give back sensible dates and times.