dtolnay / no-panic
Attribute macro to require that the compiler prove a function can't ever panic
☆1,065Updated last week
Alternatives and similar repositories for no-panic:
Users that are interested in no-panic are comparing it to the libraries listed below
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,423Updated last week
- Typed distributed plugin registration☆1,084Updated 2 weeks ago
- Macros for all your token pasting needs☆1,041Updated 5 months ago
- A Rust proc-macro attribute parser☆1,093Updated 2 weeks ago
- Some more derive(Trait) options☆1,865Updated 3 weeks ago
- A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications☆1,511Updated last month
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,437Updated 7 months ago
- Test harness for ui tests of compiler diagnostics☆869Updated 2 weeks ago
- Temporary file library for rust☆1,259Updated last week
- Rust quasi-quoting☆1,388Updated last week
- derive builder implementation for rust structs☆1,405Updated 5 months ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆1,932Updated this week
- Compile-time type-checked builder derive