Diggsey / mockallocLinks
Rust library for testing code relying on the global allocator
☆13Updated last year
Alternatives and similar repositories for mockalloc
Users that are interested in mockalloc are comparing it to the libraries listed below
Sorting:
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 3 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆55Updated 3 months ago
- Macro for sealing traits and structures☆61Updated last year
- Easy and safe destructuring for more types.☆33Updated 2 months ago
- Postfix macros on stable Rust, today.☆76Updated 4 years ago
- Inline procedural macros for Rust☆56Updated 3 years ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated 2 months ago
- ☆61Updated 2 years ago
- docs.rs as a publishing platform?☆71Updated last month
- Rust library for safely and explicitly parsing untrusted data☆53Updated last year
- Stack-allocated DSTs for rust (fixed capacity)☆52Updated last year
- One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.☆43Updated 4 years ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆115Updated 8 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆77Updated last month
- Abstract over different executors☆74Updated 2 years ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 10 months ago
- An exploration into the various ways optional trait methods can be implemented in Rust.☆42Updated 7 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆180Updated 5 months ago
- ☆55Updated 5 months ago
- Big array helper for serde☆65Updated last year
- ASCII-only equivalents to `char`, `str` and `String`.☆74Updated last year
- Safe wrapper for initializing arrays☆75Updated 3 years ago
- Parse integers directly from `[u8]` slices in safe code☆62Updated 2 years ago
- Rust macro to specialize on the type of an expression.☆47Updated 2 years ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆92Updated 9 months ago
- Runtime string formatting for Rust☆64Updated 6 years ago
- A low-ish level tool for easily writing and hosting WASM based plugins.☆71Updated last year
- Threadsafe RefCell for Rust☆99Updated 10 months ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆93Updated 7 months ago
- ☆95Updated last year