Diggsey / mockalloc
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
- A memory efficient container for rust nested collections☆39Updated 2 years ago
- A single-threaded executor for deferred async code for games.☆56Updated 2 years ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆46Updated last year
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆33Updated 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`☆30Updated 2 years ago
- Take a value atomically once.☆29Updated 2 years ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆74Updated 3 weeks ago
- Find calls to panic functions in rust executables☆35Updated 3 years ago
- Full precision decimal representation of f64☆26Updated 3 weeks ago
- A (mostly) drop-in replacement for Rust's Result that provides backtrace support.☆25Updated 3 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 5 months ago
- ☆21Updated 4 years ago
- myrrlyn’s wyzyrdly library☆25Updated last year
- Make any value Sync but only available on its original thread☆39Updated 3 weeks ago
- Stack-allocated DSTs for rust (fixed capacity)☆48Updated last year
- ☆25Updated 4 years ago
- Proc macro derive to generate structs from enum variants.☆28Updated last year
- ☆55Updated 10 months ago
- Rust API stability attributes for the rest of us.☆29Updated 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.☆42Updated 3 years ago
- ☆55Updated last year
- ☆29Updated 10 months ago
- Real-time compute-focused async executor with job pools, thread-local data, and priorities.☆66Updated 2 months ago
- A lightweight attribute macro for easily writing extension trait pattern.☆50Updated this week
- A rust library to hide types inside a diplomatic bag which can be sent between threads freely☆14Updated 2 years ago
- ☆38Updated last year
- Annoyed that Rust has many string types? Well it doesn't have to☆39Updated 3 years ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆37Updated last year
- Exposes arch-specific intrinsics as safe function (via cfg).☆52Updated last month
- A simple helper to transform Markdown links to intra-doc links in Rust projects when appropriate.☆36Updated 4 years ago