rust-lang / stacker
Manual segmented stacks for Rust
☆306Updated 2 weeks ago
Alternatives and similar repositories for stacker:
Users that are interested in stacker are comparing it to the libraries listed below
- Conditional compilation according to rustc compiler version☆351Updated 2 months ago
- Statically-checked alternatives to RefCell and RwLock☆367Updated 10 months ago
- A library for to allow multiple return types by automatically generated enum.☆366Updated last month
- Generic Atomic<T> type for Rust☆234Updated last year
- a lock-free concurrent slab (experimental)☆280Updated 4 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆233Updated 3 months ago
- Count lines of LLVM IR per generic function☆442Updated 3 months ago
- Support crate for rustc's self-profiling feature☆351Updated 2 months ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆156Updated last year
- Graph the number of crates that depend on your crate over time☆238Updated last week
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆289Updated 8 months ago
- String interning for Rust☆199Updated last month
- Execute your code on the Rust ecosystem.☆184Updated last month
- A thread pool for isolating blocking I/O in async programs☆356Updated 3 months ago
- A data structure to efficiently intern, cache and restore strings.☆193Updated last month
- A library for creating references that carry their owner with them.☆371Updated last year
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆294Updated 2 years ago
- home for proposals in and around compile-time function evaluation☆107Updated last year
- ☆207Updated last month
- offsetof for Rust☆225Updated last year
- Faster, more compact implementation of std::Cow☆352Updated 2 years ago
- A lightweight version of pin-project written with declarative macros.☆246Updated last week
- Procedural macros in expression position☆203Updated 2 years ago
- Generic array types in Rust☆408Updated 2 months ago
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>☆338Updated 2 months ago
- A Rust macro to determine if a type implements a logical trait expression☆254Updated 5 years ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆161Updated 2 months ago
- Procedural macros to derive numeric traits in Rust☆200Updated last year
- A fast, concurrent string interner☆150Updated 8 months ago
- Async synchronization primitives☆267Updated last month