dtolnay / no-panicLinks
Attribute macro to require that the compiler prove a function can't ever panic
☆1,150Updated last week
Alternatives and similar repositories for no-panic
Users that are interested in no-panic are comparing it to the libraries listed below
Sorting:
- Macros for all your token pasting needs☆1,055Updated 11 months ago
- Typed distributed plugin registration☆1,186Updated last week
- A Rust proc-macro attribute parser☆1,169Updated last week
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,532Updated last week
- Compile time static maps for Rust☆2,017Updated last month
- Test harness for ui tests of compiler diagnostics☆924Updated last week
- Compile-time type-checked builder derive☆1,089Updated 2 weeks ago
- A crate for managing memory bit by bit☆1,335Updated last year
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,523Updated last week
- Custom hooks for colorful human oriented error reports via panics and the eyre crate☆968Updated last year
- A macro to generate structures which behave like bitflags☆1,055Updated 3 weeks ago
- Some more derive(Trait) options☆1,990Updated 3 weeks ago
- Data structure serialization library with several opposite design goals from Serde☆882Updated this week
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,244Updated last year
- Rust quasi-quoting☆1,463Updated last week
- Safe cross-platform linker shenanigans☆782Updated last week
- Runtime for executing procedural macros as WebAssembly