4 stable releases

1.0.3 Dec 4, 2024
1.0.2 Dec 3, 2024
1.0.1 Sep 5, 2024
1.0.0 Aug 21, 2024

#903 in Rust patterns

Download history 12/week @ 2024-12-18 4/week @ 2025-01-01 10/week @ 2025-01-08 1/week @ 2025-01-15 56/week @ 2025-01-22 70/week @ 2025-01-29 59/week @ 2025-02-05 6/week @ 2025-02-12 40/week @ 2025-02-19 115/week @ 2025-02-26 26/week @ 2025-03-05 54/week @ 2025-03-12 5/week @ 2025-03-26 10/week @ 2025-04-02

71 downloads per month
Used in 6 crates (3 directly)

MIT/Apache

8KB
169 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.

No runtime deps