Append-only collections for Rust where borrows to entries can outlive insertions
☆274Jan 23, 2026Updated last month
Alternatives and similar repositories for elsa
Users that are interested in elsa are comparing it to the libraries listed below
Sorting:
- Fork of std::Arc with lots of utilities useful for FFI☆280Jan 22, 2026Updated last month
- The arena, a fast but limited type of allocator☆578Aug 16, 2024Updated last year
- A library for to allow multiple return types by automatically generated enum.☆375Updated this week
- Like Rust's std::Path, but UTF-8.☆548Dec 15, 2025Updated 2 months ago
- Slotmap data structure for Rust☆1,289Dec 6, 2025Updated 2 months ago
- A minimal `syn` syntax tree pretty-printer☆743Feb 9, 2026Updated 3 weeks ago
- Macro to generate random constants in Rust https://xkcd.com/221/☆80Mar 3, 2024Updated 2 years ago
- A fast bump allocation arena for Rust☆2,117Updated this week
- Spawn processes with arbitrary closures in rust☆115Sep 16, 2021Updated 4 years ago
- Lending iterators on stable Rust☆83Jan 12, 2024Updated 2 years ago
- A Rust proc_macro_attribute to outline conversions from generic functions☆285Dec 12, 2025Updated 2 months ago
- Use declarative macros as proc_macro attributes or derives☆154Feb 5, 2026Updated 3 weeks ago
- A small test framework to write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`☆132Oct 5, 2024Updated last year
- ☆500Nov 8, 2025Updated 3 months ago
- Ensure correct assumptions about constants, types, and more in Rust☆646Nov 18, 2023Updated 2 years ago
- Make trait methods callable without the trait in scope☆163Feb 16, 2026Updated 2 weeks ago
- Small, fast, synchronization primitives☆255Sep 13, 2024Updated last year
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆67Updated this week
- A fast and flexible LRU map.☆199Jan 3, 2025Updated last year
- Conditional compilation according to rustc compiler version☆393Feb 16, 2026Updated 2 weeks ago
- Module initialization/global constructor functions for Rust☆960Dec 4, 2025Updated 2 months ago
- Manual segmented stacks for Rust☆335Feb 7, 2026Updated 3 weeks ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆218Feb 16, 2026Updated 2 weeks ago
- Graph the number of crates that depend on your crate over time☆256Feb 2, 2026Updated last month
- Slab allocator for Rust☆879Jan 31, 2026Updated last month
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆687Aug 18, 2023Updated 2 years ago
- Type that deserializes only from one specific value☆270Feb 16, 2026Updated 2 weeks ago
- Assorted immutable collection datatypes for Rust☆1,574Aug 19, 2024Updated last year
- Execute your code on the Rust ecosystem.☆190Feb 12, 2026Updated 2 weeks ago
- Support atomic operations on Arc itself☆1,264Feb 22, 2026Updated last week
- A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.☆2,772Feb 7, 2026Updated 3 weeks ago
- Compile time static maps for Rust☆2,107Updated this week
- Declarative binary reading and writing: bit-level, symmetric, serialization/deserialization☆1,367Feb 13, 2026Updated 2 weeks ago
- A simple helper to transform Markdown links to intra-doc links in Rust projects when appropriate.☆37Dec 2, 2020Updated 5 years ago
- A string type for Rust that is not required to be valid UTF-8.☆1,041Feb 10, 2026Updated 3 weeks ago
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆548Nov 4, 2025Updated 3 months ago
- Rust library for single assignment cells and lazy statics without macros☆2,064May 24, 2025Updated 9 months ago
- A fast binary serialization framework☆406Oct 16, 2024Updated last year
- A newtype wrapper that causes Debug impls to skip a field.☆20Jan 7, 2023Updated 3 years ago