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:
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated this week
- Macro for sealing traits and structures☆59Updated 11 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆87Updated 7 months ago
- docs.rs as a publishing platform?☆71Updated 2 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated last month
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆51Updated last month
- One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.☆43Updated 3 years ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆176Updated 3 months ago
- Postfix macros on stable Rust, today.☆75Updated 4 years ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆113Updated 6 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated 2 months ago
- Easy and safe destructuring for more types.☆33Updated last week
- ☆61Updated 2 years ago
- Initialize arrays with ease!☆84Updated 2 years ago
- Rust library for safely and explicitly parsing untrusted data☆52Updated last year
- ☆42Updated 2 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆34Updated last year
- Generic and convenient `std` atomics via `Atomic<T>`☆46Updated 6 months ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆91Updated 4 months ago
- A Rustified OpenCL Experience☆46Updated 2 years ago
- Inline procedural macros for Rust☆56Updated 3 years ago
- ☆19Updated 4 years ago
- Read trait fixed to soundly work with uninitalized memory☆27Updated 2 years ago
- Abstract over different executors☆74Updated 2 years ago
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- Self-referencial structs using the async/await transformation☆43Updated 4 years ago
- Safe wrapper for initializing arrays☆74Updated 2 years ago
- Threadsafe RefCell for Rust☆96Updated 8 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