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
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated last month
- Macro for sealing traits and structures☆60Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆91Updated 8 months ago
- 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
- Initialize arrays with ease!☆84Updated 3 years ago
- docs.rs as a publishing platform?☆71Updated 2 weeks ago
- Postfix macros on stable Rust, today.☆75Updated 4 years ago
- Inline procedural macros for Rust☆56Updated 3 years ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆114Updated 7 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆51Updated last year
- Easy and safe destructuring for more types.☆33Updated last month
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆77Updated 2 weeks ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆55Updated 2 months ago
- Abstract over different executors☆74Updated 2 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆91Updated 6 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 4 months ago
- Threadsafe RefCell for Rust☆99Updated 9 months ago
- ☆95Updated last year
- An exploration into the various ways optional trait methods can be implemented in Rust.☆42Updated 6 months ago
- Read trait fixed to soundly work with uninitalized memory☆28Updated 2 years ago
- Typed index version of Rust slice and Vec containers☆75Updated last month
- ☆61Updated 2 years ago
- Self-referencial structs using the async/await transformation☆43Updated 4 years ago
- ☆54Updated 4 months ago
- A low-ish level tool for easily writing and hosting WASM based plugins.☆71Updated last year
- ☆43Updated 2 years ago
- Rust data types and a macro for generating enumeration-based bit flags☆51Updated last month
- A Rustified OpenCL Experience☆46Updated 2 years ago
- Use winit like the async runtime you've always wanted☆50Updated last year