alexcrichton / debug-cell
Debug RefCell which keeps track of stack traces in debug mode
☆23Updated last year
Alternatives and similar repositories for debug-cell:
Users that are interested in debug-cell are comparing it to the libraries listed below
- A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type er…☆45Updated 2 years ago
- Proc macro derive to generate structs from enum variants.☆24Updated last year
- ☆51Updated 8 months ago
- sptr: The Strict Provenance Polyfill☆76Updated last year
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 2 months ago
- Rust String type with configurable byte storage.☆34Updated 4 months ago
- Unsafe marker trait for types that deref to a stable address☆31Updated last year
- A lightweight, no-std, object-safe, serialization-only framework for Rust☆94Updated this week
- Install a rustc master toolchain usable from rustup☆74Updated last year
- Proof of concept of procedural macro input parsed by LALRPOP☆51Updated 2 years ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆43Updated last year
- Pretty backtraces for rust☆14Updated 3 years ago
- We have Crater At Home☆22Updated 2 months ago
- Home for the Inline Assembly project group☆33Updated 4 years ago
- Unbuffered and unlocked I/O streams☆39Updated 4 months ago
- Token tree calling convention☆79Updated 2 years ago
- Weak hash tables for Rust☆35Updated last year
- Stack-allocated DSTs for rust (fixed capacity)☆47Updated 10 months ago
- Unleash the power of nightly Rust to write code that's generic over mutation!☆24Updated 4 years ago
- Inline procedural macros for Rust☆54Updated 2 years ago
- A growable bit-vector for Rust, optimized for size☆40Updated 9 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆74Updated last month
- Compares two equal-sized byte strings in constant time.☆32Updated 3 weeks ago
- Lift enum variants to the type-level.☆31Updated 3 years ago
- Proc macro for smol async runtime☆53Updated 4 years ago
- Rust library for safely and explicitly parsing untrusted data☆51Updated 8 months ago
- ☆35Updated last year
- Zero overhead tracing garbage collection for rust (WIP)☆50Updated 6 months ago
- ☆52Updated 5 years ago
- Type-level named values with partial dependent type support in Rust