5 projects
derive(Error)
A Rust library that provides a derive macro for implementing the standard Error trait, allowing developers to easily create custom error types with minimal boilerplate code
343
154
$140K
Anyhow
Flexible concrete Error type built on std::error::Error
337
167
$136K
Either
A Rust library providing an Either type that represents a value that can be one of two different types, commonly used for error handling and data transformation in Rust programs
120
57
$43K
errno
A Rust library that provides cross-platform access to the errno error number variable, allowing programs to retrieve system error codes and their corresponding error messages
85
35
$20K
Scopeguard
A Rust library that provides RAII-style guards for scoped operations, ensuring cleanup code is run when a value goes out of scope, even in case of panics
45
23
$16K