## time-parse
[](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.