2 stable releases
1.0.1 | Sep 5, 2024 |
---|---|
1.0.0 | Aug 21, 2024 |
#799 in Network programming
56 downloads per month
Used in 6 crates
(3 directly)
5KB
84 lines
b-x
b-x provides the stupidest boxed error ever.
When you don't want eyre
, you don't want thiserror
, you don't want anyhow
,
you want much, much less. Something that just implements std::error::Error
.
It's not even Send. You have to call .bx()
on results and/or errors via extension
traits. It's so stupid.