rust-lang / stackerLinks
Manual segmented stacks for Rust
☆328Updated last month
Alternatives and similar repositories for stacker
Users that are interested in stacker are comparing it to the libraries listed below
Sorting:
- Statically-checked alternatives to RefCell and RwLock☆383Updated 2 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆265Updated 3 weeks ago
- A data structure to efficiently intern, cache and restore strings.☆206Updated 3 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated last week
- A thread pool for isolating blocking I/O in async programs☆369Updated 3 months ago
- home for proposals in and around compile-time function evaluation☆111Updated 2 years ago
- Count lines of LLVM IR per generic function☆483Updated last week
- A library for to allow multiple return types by automatically generated enum.☆372Updated 2 weeks ago
- Support crate for rustc's self-profiling feature☆373Updated 4 months ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆288Updated 2 weeks ago
- Generic Atomic<T> type for Rust☆243Updated 2 months ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆164Updated last year
- A Rust macro to determine if a type implements a logical trait expression☆261Updated 5 years ago
- Home of the Allocators working group: Paving a path for a standard set of allocator traits to be used in collections!☆235Updated 4 years ago
- Conditional compilation according to rustc compiler version☆386Updated last week
- Append-only collections for Rust where borrows to entries can outlive insertions☆264Updated last week
- Bisects rustc, either nightlies or CI artifacts☆193Updated last week
- Graph the number of crates that depend on your crate over time☆254Updated this week
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆309Updated 4 months ago
- offsetof for Rust☆229Updated last year
- a lock-free concurrent slab (experimental)☆302Updated 11 months ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆291Updated 2 years ago
- Execute your code on the Rust ecosystem.☆185Updated 3 months ago
- Faster, more compact implementation of std::Cow☆368Updated 2 years ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆176Updated 3 months ago
- rust stackful generator library☆353Updated 2 months ago
- 🌵 Cycle-Aware Reference Counting in Rust☆152Updated 3 weeks ago
- A fast, concurrent string interner☆161Updated last year
- Macro to repeat sequentially indexed copies of a fragment of code☆161Updated last week
- generators☆211Updated 2 years ago