Crates.io | b-x |
lib.rs | b-x |
version | 1.0.1 |
source | src |
created_at | 2024-08-21 20:24:09.153148 |
updated_at | 2024-09-05 12:06:46.516602 |
description | The stupidest boxed error ever |
homepage | |
repository | https://github.com/bearcove/loona |
max_upload_size | |
id | 1346884 |
size | 5,071 |
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.