alexcrichton / debug-cellLinks
Debug RefCell which keeps track of stack traces in debug mode
☆24Updated last year
Alternatives and similar repositories for debug-cell
Users that are interested in debug-cell are comparing it to the libraries listed below
Sorting:
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 7 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 2 months ago
- ☆57Updated last year
- sptr: The Strict Provenance Polyfill☆76Updated last year
- We have Crater At Home☆34Updated 7 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆47Updated last year
- The never type (the true one!) in stable Rust.☆37Updated 3 years ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- Token tree calling convention☆79Updated 2 years ago
- Lift enum variants to the type-level.☆33Updated 4 years ago
- Ranged integers for Rust based on const generics☆28Updated 7 months ago
- Test harness for declarative and procedural macros expansion via `cargo-expand`☆58Updated 3 months ago
- Weak hash tables for Rust☆37Updated last year
- OS native dialogs for Windows, MacOS, and Linux☆33Updated 3 years ago
- Proc macro derive to generate structs from enum variants.☆29Updated last year
- Macro for sealing traits and structures☆54Updated 5 months ago
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆37Updated 8 months ago
- Threadsafe RefCell for Rust☆90Updated 2 months ago
- Unsafe marker trait for types that deref to a stable address☆31Updated 2 years ago
- Target "triple" support☆54Updated 3 months ago
- provides a `MaybeOwned<'a,T>` type different to std's `Cow` it implements `From<T>` and `From<&'a T>` and does not require `ToOwned`☆31Updated 2 years ago
- A simple, id-based arena☆119Updated last year
- tom: a format-preserving TOML parser in Rust☆38Updated 2 years ago
- A growable bit-vector for Rust, optimized for size☆40Updated 3 months ago
- Proc macro for smol async runtime☆53Updated 4 years ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 2 months ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆27Updated 2 months ago
- Compares two equal-sized byte strings in constant time.☆37Updated 2 months ago
- A lightweight, no-std, object-safe, serialization-only framework for Rust☆98Updated 2 months ago
- A primitive for writing structural search and replace programs for rust☆31Updated 10 months ago