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).☆58Updated 3 weeks ago
- Macro for sealing traits and structures☆59Updated 9 months ago
- docs.rs as a publishing platform?☆71Updated 2 weeks ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆82Updated 4 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated 2 weeks ago
- Data structures like Rust `alloc` which reuse user allocated memory☆60Updated last month
- Easy and safe destructuring for more types.☆33Updated last month
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆49Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆168Updated 3 weeks ago
- Inline procedural macros for Rust☆56Updated 3 years ago
- ☆59Updated 2 years ago
- Project group working on the "safe transmute" feature☆94Updated 11 months ago
- ☆93Updated 10 months ago
- Postfix macros on stable Rust, today.☆75Updated 4 years ago
- Automatic cfg for Rust compiler features☆102Updated 2 months ago
- Initialize arrays with ease!☆84Updated 2 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆32Updated 10 months 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.☆112Updated 3 months ago
- A Rustified OpenCL Experience☆46Updated 2 years ago
- One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.☆42Updated 3 years ago
- Faster integer division and modulus operations☆87Updated 2 months ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆89Updated 2 months ago
- A proc-macro to break Rust IDEs☆64Updated 4 years ago
- Cargo subcommand for checking your documentation for broken links☆157Updated 8 months ago
- Asset manger for good assets only☆31Updated 2 years ago
- Token tree calling convention☆80Updated 2 years ago
- sptr: The Strict Provenance Polyfill☆75Updated last year
- ☆52Updated 2 weeks ago
- Generic and convenient `std` atomics via `Atomic<T>`☆46Updated 3 months ago