rust-lang / stackerLinks
Manual segmented stacks for Rust
☆319Updated 5 months 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☆256Updated 2 weeks ago
- 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
- Count lines of LLVM IR per generic function☆475Updated last month
- Statically-checked alternatives to RefCell and RwLock☆373Updated 2 weeks ago
- Generic Atomic<T> type for Rust☆240Updated 2 weeks ago
- A library for to allow multiple return types by automatically generated enum.☆373Updated last month
- Bisects rustc, either nightlies or CI artifacts☆192Updated 2 weeks ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆214Updated last week
- Conditional compilation according to rustc compiler version☆379Updated last week
- A data structure to efficiently intern, cache and restore strings.☆203Updated last month
- Support crate for rustc's self-profiling feature☆373Updated 2 months ago
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆306Updated 2 months ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆292Updated 2 years ago
- A library for creating references that carry their owner with them.☆377Updated last year
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆163Updated last year
- A Rust macro to determine if a type implements a logical trait expression☆259Updated 5 years ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆274Updated last month
- A thread pool for isolating blocking I/O in async programs☆366Updated last month
- Graph the number of crates that depend on your crate over time☆252Updated 2 weeks ago
- Fast function for printing integer primitives to a decimal string☆344Updated 2 weeks ago
- rust stackful generator library☆350Updated 2 weeks ago
- ☆223Updated last month
- Append-only collections for Rust where borrows to entries can outlive insertions☆259Updated 2 months ago
- home for proposals in and around compile-time function evaluation☆110Updated 2 years ago
- Faster, more compact implementation of std::Cow☆362Updated 2 years ago
- generators☆209Updated 2 years ago
- Compile-time reference counting☆456Updated 4 months ago
- Library for snippet annotations☆333Updated last week
- a lock-free concurrent slab (experimental)☆296Updated 9 months ago
- offsetof for Rust☆228Updated last year