stevedonovan / chrono-english

Converting informal English dates (like `date` command) to chrono DateTime in Rust
MIT License
57 stars 14 forks source link

Exposes errors types #7

Closed grenewode closed 5 years ago

grenewode commented 5 years ago

Makes the error types public so that external crates can access them. This makes it easier to work with this crate safely, as otherwise errors cannot be analyzed by external crates.

Possible resolution to #5