rust-lang / stackerLinks
Manual segmented stacks for Rust
☆315Updated 3 months 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☆370Updated last year
- Generic Atomic<T> type for Rust☆236Updated last month
- Fork of std::Arc with lots of utilities useful for FFI☆247Updated last month
- Count lines of LLVM IR per generic function☆465Updated 3 weeks ago
- Conditional compilation according to rustc compiler version☆373Updated 2 months ago
- home for proposals in and around compile-time function evaluation☆110Updated last year
- A library for to allow multiple return types by automatically generated enum.☆370Updated 4 months ago
- Bisects rustc, either nightlies or CI artifacts☆188Updated last week
- Support crate for rustc's self-profiling feature☆365Updated 3 weeks ago
- A Rust macro to determine if a type implements a logical trait expression☆259Updated 5 years ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆209Updated last month
- A data structure to efficiently intern, cache and restore strings.☆201Updated last month
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆161Updated last year
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆292Updated 2 years ago
- Execute your code on the Rust ecosystem.☆184Updated last month
- Home of the Allocators working group: Paving a path for a standard set of allocator traits to be used in collections!☆228Updated 4 years ago
- 🌵 Cycle-Aware Reference Counting in Rust☆150Updated last week
- Macro to repeat sequentially indexed copies of a fragment of code☆157Updated 2 months ago
- offsetof for Rust☆229Updated last year
- ☆216Updated last month
- Faster, more compact implementation of std::Cow☆355Updated 2 years ago
- A thread pool for isolating blocking I/O in async programs