stevedonovan / chrono-english

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

Avoid string allocation and run rustfmt #21

Open tamird opened 2 years ago

tamird commented 2 years ago

Another PR fixed the deprecation warnings; I've updated this to elide a string allocation instead (which my original change had avoided). @stevedonovan this is rebased now.

tamird commented 2 years ago

@stevedonovan ping.

tamird commented 11 months ago

@stevedonovan could you take a look please?