eyre-rs / color-eyreLinks
Custom hooks for colorful human oriented error reports via panics and the eyre crate
☆968Updated last year
Alternatives and similar repositories for color-eyre
Users that are interested in color-eyre are comparing it to the libraries listed below
Sorting:
- Overwrite `assert_eq!` with a drop-in replacement, adding a colorful diff.☆1,312Updated last month
- A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications☆1,657Updated 3 months ago
- Compile-time type-checked builder derive☆1,111Updated 3 weeks ago
- Cargo subcommand `release`: everything about releasing a rust crate.☆1,491Updated last week
- Rust procedural macro attribute for adding test cases easily☆632Updated last year
- A Rust proc-macro attribute parser☆1,186Updated last month
- Test harness for ui tests of compiler diagnostics☆935Updated this week
- derive builder implementation for rust structs☆1,503Updated last month
- Typed distributed plugin registration☆1,208Updated last week
- Find unused dependencies in Cargo.toml☆2,032Updated last week
- ☆1,090Updated 2 weeks ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,162Updated 3 weeks ago
- Data structure serialization library with several opposite design goals from Serde☆895Updated 3 weeks ago
- Macros for all your token pasting needs☆1,064Updated last year
- Easily assign underlying errors into domain-specific errors while adding context☆1,810Updated 2 weeks ago
- 🛋 Zero-boilerplate configuration management in Rust☆1,003Updated last week
- This crate provides custom de/serialization helpers to use in combination with serde's `with`-annotation and with the improved `serde_as`…☆803Updated 2 weeks ago
- A cargo subcommand for cleaning up unused build files generated by Cargo☆871Updated last week
- Rust library allowing to register multiple handlers for the same signal☆807Updated 2 weeks ago
- 🦀 Find the minimum supported Rust version (MSRV) for your project