chrono-english
chrono-english copied to clipboard
Converting informal English dates (like `date` command) to chrono DateTime in Rust
Fixes #29 Incorporates #28, #26, #25, #21 This MR does a few things for your convenience: - Incorporate all open PRs that're currently open on this repository. They're all sensible...
I get the following error trying to compile the crate: ``` error[E0277]: the trait bound `Tz: Copy` is not satisfied --> /home/kekkon/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-english-0.1.7/src/types.rs:131:40 | 131 | if let Some(correct) = next_last_direction(date,...
While the chrono-engligh tests depend on the `clock` feature, it's not used as part of the non-test chrono-english. This turns off the feature to reduce the dependencies needed by downstream...
It looks like chrono-english 0.1.7 was published to crates.io without there being an associated commit here. Would it be possible to make one? As best as I can tell, the...
See issue title. Relevant Cargo.lock versions: ```toml [[package]] name = "chrono" version = "0.4.23" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f" dependencies = [ "iana-time-zone", "js-sys", "num-integer", "num-traits 0.2.15", "serde", "time...
I was using this library and ran into some issues. For example, I couldn't create my own `DateError`s and I couldn't clone an `Interval`. This pull request makes the `date_error`...
I wanted to contribute a pull request but noticed that the formatting was somewhat inconsistent. I ran `rustfmt` (using `cargo fmt`) before making my changes.
Hello, I have noticed a lot of `fkd date` entries in logs. Findings lead me to that crate. I would appreciate if reporting would be reworked in another way (Result...