Append-only collections for Rust where borrows to entries can outlive insertions
☆275Apr 7, 2026Updated last week
Alternatives and similar repositories for elsa
Users that are interested in elsa are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Fork of std::Arc with lots of utilities useful for FFI☆286Jan 22, 2026Updated 2 months ago
- The arena, a fast but limited type of allocator☆578Aug 16, 2024Updated last year
- Like Rust's std::Path, but UTF-8.☆553Mar 31, 2026Updated last week
- Slotmap data structure for Rust☆1,304Dec 6, 2025Updated 4 months ago
- A library for to allow multiple return types by automatically generated enum.☆378Updated this week
- Simple, predictable pricing with DigitalOcean hosting • AdAlways know what you'll pay with monthly caps and flat pricing. Enterprise-grade infrastructure trusted by 600k+ customers.
- Spawn processes with arbitrary closures in rust☆115Sep 16, 2021Updated 4 years ago
- Macro to generate random constants in Rust https://xkcd.com/221/☆81Mar 3, 2024Updated 2 years ago
- A minimal `syn` syntax tree pretty-printer☆758Feb 9, 2026Updated 2 months ago
- A fast bump allocation arena for Rust☆2,159Feb 26, 2026Updated last month
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆68Updated this week
- A small test framework to write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`☆134Mar 16, 2026Updated 3 weeks ago
- Ensure correct assumptions about constants, types, and more in Rust☆654Nov 18, 2023Updated 2 years ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆219Mar 24, 2026Updated 3 weeks ago
- Use declarative macros as proc_macro attributes or derives☆155Feb 5, 2026Updated 2 months ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- Make trait methods callable without the trait in scope☆162Mar 24, 2026Updated 3 weeks ago
- Lending iterators on stable Rust☆85Jan 12, 2024Updated 2 years ago
- ☆498Nov 8, 2025Updated 5 months ago
- A Rust proc_macro_attribute to outline conversions from generic functions☆287Dec 12, 2025Updated 4 months ago
- Module initialization/global constructor functions for Rust☆970Updated this week
- A fast and flexible LRU map.☆200Jan 3, 2025Updated last year
- Support atomic operations on Arc itself☆1,301Apr 4, 2026Updated last week
- Type that deserializes only from one specific value☆276Mar 24, 2026Updated 3 weeks ago
- Manual segmented stacks for Rust☆342Feb 7, 2026Updated 2 months ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- Conditional compilation according to rustc compiler version☆394Mar 24, 2026Updated 3 weeks ago
- A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.☆2,807Apr 2, 2026Updated last week
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆686Aug 18, 2023Updated 2 years ago
- Assorted immutable collection datatypes for Rust☆1,579Aug 19, 2024Updated last year
- A string type for Rust that is not required to be valid UTF-8.☆1,060Feb 10, 2026Updated 2 months ago
- Slab allocator for Rust☆886Jan 31, 2026Updated 2 months ago
- A newtype wrapper that causes Debug impls to skip a field.☆20Apr 5, 2026Updated last week
- A simple helper to transform Markdown links to intra-doc links in Rust projects when appropriate.☆37Dec 2, 2020Updated 5 years ago
- Compile time static maps for Rust☆2,123Updated this week
- Serverless GPU API endpoints on Runpod - Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- Compile-time checks that an enum or match is written in sorted order☆124Mar 24, 2026Updated 3 weeks ago
- Small, fast, synchronization primitives☆255Sep 13, 2024Updated last year
- Rust library for single assignment cells and lazy statics without macros☆2,074Mar 12, 2026Updated last month
- A newtype with alignment of at least `A` bytes☆35Dec 15, 2025Updated 3 months ago
- Execute your code on the Rust ecosystem.☆191Updated this week
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆783Updated this week
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆552Nov 4, 2025Updated 5 months ago