dtolnay / no-panic
Attribute macro to require that the compiler prove a function can't ever panic
☆1,126Updated last month
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,457Updated last week
- Macros for all your token pasting needs☆1,045Updated 6 months ago
- Typed distributed plugin registration☆1,103Updated 2 months ago
- Rust quasi-quoting☆1,403Updated last month
- A Rust proc-macro attribute parser☆1,115Updated 2 weeks ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,224Updated last year
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,468Updated last week
- A hash table with consistent order and fast iteration; access items by key or sequence index☆1,989Updated last month
- derive builder implementation for rust structs☆1,434Updated 6 months ago
- Custom hooks for colorful human oriented error reports via panics and the eyre crate☆960Updated 9 months ago
- A macro to generate structures which behave like bitflags☆1,009Updated 2 months ago
- Compile time static maps for Rust☆1,915Updated 3 months ago
- Some more derive(Trait) options☆1,890Updated this week
- Temporary file library for rust☆1,285Updated 3 weeks ago
- Slotmap data structure for Rust☆1,196Updated last year
- A small rust library for adding custom derives to enums☆2,010Updated this week
- Overwrite `assert_eq!` with a drop-in replacement, adding a colorful diff.☆1,264Updated 4 months ago
- A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications☆1,542Updated this week
- Compile-time type-checked builder derive☆1,010Updated last month
- Data structure serialization library with several opposite design goals from Serde☆853Updated 2 months ago
- A fast bump allocation arena for Rust☆1,697Updated 3 weeks ago
- A crate for managing memory bit by bit☆1,288Updated 8 months ago
- Module initialization/global constructor functions for Rust☆847Updated 2 weeks ago
- Easily assign underlying errors into domain-specific errors while adding context☆1,618Updated 5 months ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆741Updated 2 months ago
- Rust library for single assignment cells and lazy statics without macros☆1,963Updated last month
- Write safer FFI code in Rust without polluting it with unsafe code☆983Updated this week
- Rust library allowing to register multiple handlers for the same signal☆771Updated 2 weeks ago
- Find unused dependencies in Cargo.toml☆1,894Updated 3 weeks ago
- Rust cache structures and easy function memoization☆1,762Updated 2 months ago