Friedel Ziegelmayer
Friedel Ziegelmayer
- https://docs.rs/slh-dsa/ - https://docs.rs/ml-dsa/ - https://docs.rs/ml-kem
Eventually yes, but we will need to wait for all of our dependencies to upgrade first..
> Thanks! But can we please get a test for this? Maybe specifying it for, eg, fixtures/ext-types/sub-lib? sure, will add to that fixture
sorry, yeah I solved this in a different way and forgot about the PR
which version are you using? I can build `master` with `1.75` without issues
very strange
Thanks for bringing up snafu, i looked at it a while back, always wanted to look more.
collecting some thoughts as I work through error handling - https://greptime.com/blogs/2024-05-07-error-rust very interesting approach - snafu is much more flexible, providing `Location` and `Backtrace` options on stable rust, sth that...
Error handling has many aspects, so I updated the title to reflect the original request better. Unfortunately we will not be able to do this in a reasonable manner on...
> I noticed that iroh-gossip uses anyhow because the ? operator would not convert the anyhow error to a color-eyre error automatically. This is one of the pain points which...