Jacob Pratt

Results 264 comments of Jacob Pratt

The primary blocker of weak dependencies will land in Rust 1.60, reaching MSRV on 2022-10-07. At some point before then I'll investigate the `#[doc(cfg(…))]` on re-exports and the potential for...

Looking into the `#[doc(cfg(…))]` story. Unfortunately it works the way I expected, which functionally means that the annotations are not visible because the re-exporting crate doesn't have anything behind a...

I'll have to think about this some more, but it seems reasonable. I've dealt with lifetime hell before, so I understand the concern. I don't think this strictly needs to...

I have just implemented this on `main`.

Currently you have to create customer serializer/deserializer functions to do this. By default serializing and deserializing use a single format — it will never try another if the first fails....

I'm not going to say it's 100%, but I think this is reasonable.

The [`tzfile`](https://crates.io/crates/tzfile) crate was recently brought to my attention and may be a decent starting point once I get around to implementing this.

Thank you! It's by no means the kind of API that I've envisioned, but having _something_ will hopefully be helpful to others until I get around to this — whenever...

> The reason why it's done this way is because parsing the tz info and setting up the actual lookup code was more complicated than I've anticipated. That's why this...

Thanks @LinusU! I am aware of temporal, but I'll definitely check out that issue.