rust-lang / stackerLinks
Manual segmented stacks for Rust
☆332Updated 2 weeks ago
Alternatives and similar repositories for stacker
Users that are interested in stacker are comparing it to the libraries listed below
Sorting:
- Fork of std::Arc with lots of utilities useful for FFI☆278Updated 2 weeks ago
- A data structure to efficiently intern, cache and restore strings.☆209Updated 5 months ago
- Statically-checked alternatives to RefCell and RwLock☆387Updated 4 months ago
- Generic Atomic<T> type for Rust☆246Updated 4 months ago
- Home of the Allocators working group: Paving a path for a standard set of allocator traits to be used in collections!☆236Updated 4 years ago
- Conditional compilation according to rustc compiler version☆389Updated last month
- Support crate for rustc's self-profiling feature☆376Updated 6 months ago
- A library for to allow multiple return types by automatically generated enum.☆374Updated 3 weeks ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆166Updated last year
- Count lines of LLVM IR per generic function☆497Updated last month
- Safely cast &T to &U where the struct U contains a single field of type T.☆216Updated 2 weeks ago
- A thread pool for isolating blocking I/O in async programs☆374Updated 5 months ago
- Graph the number of crates that depend on your crate over time☆256Updated last week
- Bisects rustc, either nightlies or CI artifacts☆195Updated this week
- A Rust macro to determine if a type implements a logical trait expression☆263Updated 6 years ago
- offsetof for Rust☆228Updated last year
- a lock-free concurrent slab (experimental)☆305Updated 2 weeks ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆271Updated 2 weeks ago
- home for proposals in and around compile-time function evaluation☆113Updated last month
- A library for creating references that carry their owner with them.☆384Updated 2 years ago
- rust stackful generator library☆361Updated last month
- A fast, concurrent string interner☆164Updated last year
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆293Updated last month
- ☆243Updated last week
- generators☆211Updated 2 years ago
- A lightweight version of pin-project written with declarative macros.☆268Updated 3 weeks ago
- Easy function multiversioning for Rust☆252Updated last year
- Execute your code on the Rust ecosystem.☆189Updated 3 weeks ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆290Updated 3 years ago
- Async stream for Rust and the futures crate.☆193Updated 2 weeks ago