rust-lang / stackerLinks
Manual segmented stacks for Rust
☆326Updated 2 weeks ago
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 last month
- A data structure to efficiently intern, cache and restore strings.☆204Updated 2 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆262Updated this week
- A library for to allow multiple return types by automatically generated enum.☆373Updated 2 weeks ago
- home for proposals in and around compile-time function evaluation☆111Updated 2 years ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆164Updated last year
- Count lines of LLVM IR per generic function☆481Updated last month
- Graph the number of crates that depend on your crate over time☆253Updated last month
- Generic Atomic<T> type for Rust☆242Updated last month
- Bisects rustc, either nightlies or CI artifacts☆193Updated 3 weeks ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated last week
- Append-only collections for Rust where borrows to entries can outlive insertions☆263Updated this week
- 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
- A thread pool for isolating blocking I/O in async programs☆368Updated 2 months ago
- A Rust macro to determine if a type implements a logical trait expression☆260Updated 5 years ago
- A library for creating references that carry their owner with them.☆378Updated 2 years ago
- A fast, concurrent string interner☆159Updated last year
- Support crate for rustc's self-profiling feature☆373Updated 4 months ago
- Execute your code on the Rust ecosystem.☆184Updated 2 months ago
- Faster, more compact implementation of std::Cow☆365Updated 2 years ago
- generators☆211Updated 2 years ago
- Macro to repeat sequentially indexed copies of a fragment of code☆160Updated last month
- Conditional compilation according to rustc compiler version☆385Updated last month
- a lock-free concurrent slab (experimental)☆301Updated 10 months ago
- rust stackful generator library☆351Updated last month
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆291Updated 2 years ago
- ☆231Updated 3 months ago
- A Vec of Bits☆181Updated 2 months ago
- 🌵 Cycle-Aware Reference Counting in Rust☆152Updated last week
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆262Updated 3 years ago