dtolnay / no-panicLinks
Attribute macro to require that the compiler prove a function can't ever panic
☆1,172Updated 3 weeks ago
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,069Updated last year
- Typed distributed plugin registration☆1,233Updated 3 weeks ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,597Updated 2 weeks ago
- A Rust proc-macro attribute parser☆1,209Updated this week
- Test harness for ui tests of compiler diagnostics☆948Updated 3 weeks ago
- A crate for managing memory bit by bit☆1,361Updated last year
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,553Updated last month
- Runtime for executing procedural macros as WebAssembly☆1,450Updated this week
- Compile-time type-checked builder derive☆1,133Updated last week
- Compile time static maps for Rust☆2,076Updated 2 months ago
- A macro to generate structures which behave like bitflags☆1,085Updated last month
- Custom hooks for colorful human oriented error reports via panics and the eyre crate☆969Updated last year
- Data structure serialization library with several opposite design goals from Serde☆916Updated 2 weeks ago
- cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code☆906Updated last month
- Safe cross-platform linker shenanigans☆813Updated 3 weeks ago
- A string type for Rust that is not required to be valid UTF-8.☆1,020Updated 2 months ago
- Heap profiling and ad hoc profiling for Rust programs.☆917Updated 10 months ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,267Updated this week
- Cargo subcommand to provide various options useful for testing and continuous integration.☆791Updated last week
- Module initialization/global constructor functions for Rust☆945Updated last month
- A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications☆1,692Updated last month
- Overwrite `assert_eq!` with a drop-in replacement, adding a colorful diff.☆1,328Updated 3 months ago
- Slotmap data structure for Rust☆1,269Updated last month
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,267Updated last year
- Rust quasi-quoting☆1,510Updated this week
- 🦀 Find the minimum supported Rust version (MSRV) for your project☆1,132Updated 2 weeks ago
- Some more derive(Trait) options☆2,050Updated 2 weeks ago
- Write safer FFI code in Rust without polluting it with unsafe code☆1,018Updated 2 months ago
- Easily assign underlying errors into domain-specific errors while adding context☆1,825Updated last month
- A memory efficient string type that can store up to 24* bytes on the stack☆808Updated 2 weeks ago