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 3 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆57Updated 9 months ago
- Generate is a library for building iterators on the fly☆39Updated 4 years ago
- ☆21Updated 4 years ago
- 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
- Full precision decimal representation of f64☆26Updated last month
- Cast between dynamic trait objects☆32Updated 5 years ago
- Take a value atomically once.☆30Updated 2 years ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- ☆29Updated last year
- myrrlyn’s wyzyrdly library☆25Updated last year
- A memory efficient container for rust nested collections☆40Updated 2 years ago
- A simple helper to transform Markdown links to intra-doc links in Rust projects when appropriate.☆36Updated 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
- ☆39Updated 2 years ago
- Rust API stability attributes for the rest of us.☆30Updated 11 months ago
- This library enables enums to not only obtain the ordinal values of their variants but also allows for the construction of enums from an …☆14Updated last year
- Debug RefCell which keeps track of stack traces in debug mode☆24Updated 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
- Find calls to panic functions in rust executables☆35Updated 3 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆31Updated 7 months ago
- ☆57Updated last year
- Rust library for safely and explicitly parsing untrusted data☆51Updated last year
- ☆57Updated last year
- ☆40Updated last year
- An experimental allocated buffer suitable for image data (Rust library).☆34Updated last week
- Make any value Sync but only available on its original thread☆39Updated 3 months ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆38Updated last year
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆33Updated 8 months ago
- Easy and safe destructuring for more types.☆32Updated last month