japaric / panic-neverLinks
This crate guarantees that your application is free of panicking branches
☆177Updated 6 years ago
Alternatives and similar repositories for panic-never
Users that are interested in panic-never are comparing it to the libraries listed below
Sorting:
- Safely combine results☆81Updated 9 months ago
- In support of measuring heap allocations in Rust programs.☆101Updated 6 years ago
- A crate with indexed arenas with small memory footprint☆77Updated 9 months ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 6 years ago
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆335Updated 6 months ago
- Rust option parser with custom derive support☆233Updated 7 months ago
- An extraction of the compiletest utility from the Rust compiler☆226Updated this week
- A Rust compiler plugin and support library to annotate overflow behavior☆106Updated 2 years ago
- Rust macro to generate self-referential structs☆210Updated 4 years ago
- [wip] Command line argument paw-rser.☆157Updated 5 years ago
- Check your crate for (possible) no_std compatibility☆213Updated 2 years ago
- A HashMap variant that spreads resize load across inserts☆192Updated 4 months ago
- Rust syntax sugar collections.☆129Updated 6 years ago
- Execute your code on the Rust ecosystem.☆184Updated this week
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Type-safe transmutations between layout-compatible types.☆122Updated 4 years ago
- Write doc comments from macros☆99Updated 3 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- Asynchronous process management for tokio