udoprog / checkersLinks
A sanity checker for global allocations in Rust
☆51Updated 3 weeks ago
Alternatives and similar repositories for checkers
Users that are interested in checkers are comparing it to the libraries listed below
Sorting:
- Generic SIMD abstractions for Rust.☆46Updated 2 years ago
- A safe-guarded transmute for Rust☆39Updated last year
- ☆31Updated 5 years ago
- Easy and safe destructuring for more types.☆33Updated 2 months ago
- ☆36Updated last year
- Faster integer division and modulus operations☆87Updated 3 months ago
- ☆53Updated 5 years ago
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- Crunchy unroller - deterministically unroll constant loops☆47Updated 3 months ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated last month
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 2 months ago
- Find calls to panic functions in rust executables☆36Updated 4 years ago
- Generic and convenient `std` atomics via `Atomic<T>`☆47Updated 4 months ago
- Spawn processes with arbitrary closures in rust☆113Updated 4 years ago
- ☆63Updated 8 years ago
- Cargo dephell analyzes the third-party dependencies of a Rust workspace☆48Updated 2 years ago
- LZW en- and decoding that goes weeeee!☆27Updated last month
- ☆60Updated 2 years ago
- A single-threaded executor for deferred async code for games.☆57Updated 2 years ago
- An exploration into the various ways optional trait methods can be implemented in Rust.☆40Updated 3 months ago
- A small ASCII-only bounded length string representation.☆60Updated 3 years ago
- Unsafe marker trait for types that deref to a stable address☆32Updated 2 months ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆38Updated last year
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- Rust library for safely and explicitly parsing untrusted data☆52Updated last year
- lonely is a no_std+alloc+no TLS task executor for the Rust async/await ecosystem, focused on minimizing cross-core synchronization overhe…☆19Updated 5 years ago
- Arena allocator with scopes☆44Updated 2 years ago
- A Cargo plugin to list unsafe code in a Rust project.☆46Updated 7 years ago
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 6 months ago
- A fast pure-rust no-unsafe implementation of LZ4 compression and decompression☆111Updated last year