Imbris

Results 125 comments of Imbris

It looks like the documentation on docs.rs was improved in https://github.com/chronotope/chrono-tz/commit/af124220bf788b031171b881809d691fa48fee68

~~One minor annoyance I noticed with `TempDir::close` is that you no longer have access to the path for error reporting, so it has to be copied beforehand.~~ edit: nvm I...

With the goal of having the same configuration as `quinn::ClientConfig::with_platform_verifier()` plus `with_client_auth_cert`, I have some code that looks like this: ```rs fn client_config( client_auth: Option)>, ) -> anyhow::Result { let...

Tbh I agree that there isn't an obvious nice solution for this and I didn't really have any particular proposal in mind when creating this issue. I'm happy if the...

I will note I also don't use this feature. For me, the main issue was that enabling it while experimenting with options ended up corrupting my notes. So I'm not...