time-parse 0.2.2

Parse iso8601 periods
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## time-parse

[![](https://img.shields.io/crates/v/time-parse.svg)](https://crates.io/crates/time-parse)

Experimenting with time parsing in Rust.

Currently implemented:

 * iso-8601 period parsing (`P2D4.2S`), in `nom` and by hand.


### License

MIT or Apache-2, like Rust.