rust-lang / stackerLinks
Manual segmented stacks for Rust
☆307Updated 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☆368Updated last year
- Generic Atomic<T> type for Rust☆235Updated 2 weeks ago
- A Rust macro to determine if a type implements a logical trait expression☆258Updated 5 years ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆158Updated last year
- Conditional compilation according to rustc compiler version☆366Updated 3 weeks ago
- Support crate for rustc's self-profiling feature☆353Updated 4 months ago
- A thread pool for isolating blocking I/O in async programs☆357Updated 5 months ago
- home for proposals in and around compile-time function evaluation☆110Updated last year
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- Count lines of LLVM IR per generic function☆454Updated 4 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆238Updated this week
- Graph the number of crates that depend on your crate over time☆248Updated last week
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆292Updated 2 years ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆266Updated 2 months ago
- ☆209Updated last month
- A lightweight version of pin-project written with declarative macros.☆249Updated last month
- Faster, more compact implementation of std::Cow☆355Updated 2 years ago
- A library for to allow multiple return types by automatically generated enum.☆368Updated 3 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆208Updated last week
- A library for creating references that carry their owner with them.☆373Updated last year
- Home of the Allocators working group: Paving a path for a standard set of allocator traits to be used in collections!☆224Updated 4 years ago
- Compile-time reference counting☆450Updated last month
- a lock-free concurrent slab (experimental)☆285Updated 5 months ago
- Execute your code on the Rust ecosystem.☆184Updated this week
- Procedural macros in expression position☆203Updated 2 years ago
- A graphical debugger for Rust MIR☆191Updated 2 years ago
- Generic array types in Rust☆411Updated 3 months ago
- String interning for Rust☆200Updated last month
- Async synchronization primitives☆269Updated 2 months ago
- generators☆208Updated last year