-
[anyhow](https://docs.rs/anyhow/latest/anyhow/) is for application error handling, please replace it with dedicated error types in your library crates, so users of these crates can do sane error handl…
-
Google API Anyhow for Firefox Nightly. Issued project. Rusty start.
-
First off, thank you for this wonderful library!
### Context
It's often difficult to find where in your code an error occurred. Rust's backtraces help with this, but are often so verbose that it'…
-
Like with #321, the Comparison page seems incomplete without a comparison between SNAFU and Anyhow. As far as I can tell the `Whatever` type in SNAFU is very similar to an Anyhow error, but I donʼt k…
-
-
Hi. I'm trying to stream video frames (in this example Vec) from Rust to Flutter. But frb seems to eat more and more RAM growing exponentially.
Here is my code:
```rust
pub fn stream_video(stream…
-
## Feature Request
### Motivation
Reduce noise in the code
### Proposal
The code would look cleaner if I could write like this:
``` rust
use std::str::FromStr;
use anyhow::Con…
-
Seems to be better than using `Result` all the time.
-
I am investigating migrating a large library / binary crate that uses `thiserror` internally and `anyhow` at the cli boundary.
Unfortunately this doesn't compile:
```
use terrors::OneOf;
fn …
-