rust-lang / stacker
Manual segmented stacks for Rust
☆291Updated last week
Related projects ⓘ
Alternatives and complementary repositories for stacker
- Generic Atomic<T> type for Rust☆218Updated 9 months ago
- A library for to allow multiple return types by automatically generated enum.☆351Updated 2 weeks ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆147Updated 6 months ago
- Count lines of LLVM IR per generic function☆414Updated this week
- Graph the number of crates that depend on your crate over time☆232Updated this week
- Support crate for rustc's self-profiling feature☆337Updated 5 months ago
- Conditional compilation according to rustc compiler version☆334Updated last week
- A thread pool for isolating blocking I/O in async programs☆342Updated last month
- a lock-free concurrent slab (experimental)☆273Updated 3 months ago
- Procedural macros in expression position☆203Updated last year
- A library for creating references that carry their owner with them.☆362Updated last year
- Statically-checked alternatives to RefCell and RwLock☆366Updated 5 months ago
- Faster, more compact implementation of std::Cow☆338Updated last year
- rust stackful generator library☆310Updated last month
- offsetof for Rust☆225Updated 7 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆216Updated last month
- Execute your code on the Rust ecosystem.☆181Updated last month
- Home of the Allocators working group: Paving a path for a standard set of allocator traits to be used in collections!☆213Updated 3 years ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆188Updated last week
- generators☆202Updated last year
- A HashMap variant that spreads resize load across inserts☆190Updated this week
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆293Updated last year
- Delegation of trait implementations via procedural macros☆257Updated 4 months ago
- A data structure to efficiently intern, cache and restore strings.☆174Updated last week
- A lightweight version of pin-project written with declarative macros.☆227Updated this week
- Fast numeric to- and from-string conversion routines.☆298Updated 2 weeks ago
- Compile-time reference counting☆437Updated last year
- A Rust proc_macro_attribute to outline conversions from generic functions☆264Updated 5 months ago
- Generic array types in Rust☆405Updated 4 months ago
- A graphical debugger for Rust MIR☆183Updated 2 years ago