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:
- A memory efficient container for rust nested collections☆40Updated 2 years ago
- Nudging the compiler to auto-vectorize things☆75Updated last year
- Full precision decimal representation of f64☆26Updated 2 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- Take a value atomically once.☆30Updated 2 years ago
- Parse integers directly from `[u8]` slices in safe code☆57Updated last year
- 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
- A Rustified OpenCL Experience☆46Updated 2 years ago
- Generate is a library for building iterators on the fly☆39Updated 4 years ago
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- Collection of typed data structures, trait operators and aliases☆51Updated 4 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
- ☆57Updated last year
- 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
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆38Updated last year
- Rust String type with configurable byte storage.☆35Updated 10 months ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated 4 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated 3 months ago
- Rust library for safely and explicitly parsing untrusted data☆51Updated last year
- A map implementation that relies on fixed-size storage derived by a procedural macro☆47Updated 2 months ago
- Rust API stability attributes for the rest of us.☆32Updated last year
- ☆57Updated last year
- Small Box optimization: store small item on stack and fallback to heap for large item.☆86Updated 2 weeks ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 4 months ago
- Make any value Sync but only available on its original thread☆39Updated 4 months ago
- Defer dropping large structs to a background thread☆64Updated 2 years ago
- A low-ish level tool for easily writing and hosting WASM based plugins.☆70Updated last year
- Abstract over different executors☆74Updated last year
- myrrlyn’s wyzyrdly library☆25Updated last year
- Typed index version of Rust slice and Vec containers☆70Updated 2 months ago