Crates.io | time-parse |
lib.rs | time-parse |
version | 0.2.0 |
source | src |
created_at | 2018-05-13 19:28:56.747733 |
updated_at | 2020-05-22 19:23:32.056465 |
description | Parse iso8601 periods |
homepage | |
repository | https://github.com/FauxFaux/time-parse |
max_upload_size | |
id | 65221 |
size | 10,045 |
Experimenting with time parsing in Rust.
Currently implemented:
iso-8601 period parsing (P2D4.2S
), in nom
and by hand.
MIT or Apache-2, like Rust.