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:
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 2 months ago
- myrrlyn’s wyzyrdly library☆25Updated 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.☆42Updated 3 years ago
- Full precision decimal representation of f64☆26Updated 2 weeks 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
- Data structures like Rust `alloc` which reuse user allocated memory☆57Updated 8 months ago
- rust hints to the optimizer☆19Updated 3 years ago
- Generate is a library for building iterators on the fly☆39Updated 3 years ago
- Abstract over different executors☆73Updated last year
- Take a value atomically once.☆30Updated 2 years ago
- A memory efficient container for rust nested collections☆39Updated 2 years ago
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- 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 8 months ago
- A rust library to hide types inside a diplomatic bag which can be sent between threads freely☆15Updated 2 years ago
- Proc macro for smol async runtime☆53Updated 4 years ago
- Macro for sealing traits and structures☆54Updated 5 months ago
- Annoyed that Rust has many string types? Well it doesn't have to☆39Updated 3 years ago
- Use winit like the async runtime you've always wanted☆50Updated 11 months ago
- ☆39Updated last year
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 7 months ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 2 months ago
- ☆21Updated 4 years ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆27Updated 2 months ago
- A Rustified OpenCL Experience☆46Updated 2 years ago
- A (mostly) drop-in replacement for Rust's Result that provides backtrace support.☆25Updated 3 years ago
- Make any value Sync but only available on its original thread☆39Updated 2 months ago
- Completion futures for Rust☆19Updated 2 years ago
- A small ASCII-only bounded length string representation.☆59Updated 3 years ago
- Inline procedural macros for Rust☆57Updated 2 years ago