Append-only collections for Rust where borrows to entries can outlive insertions
☆278Apr 7, 2026Updated 2 months ago
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☆293Jun 1, 2026Updated last week
- The arena, a fast but limited type of allocator☆586Aug 16, 2024Updated last year
- Like Rust's std::Path, but UTF-8.☆556Mar 31, 2026Updated 2 months ago
- Slotmap data structure for Rust☆1,321May 9, 2026Updated last month
- Spawn processes with arbitrary closures in rust☆115Sep 16, 2021Updated 4 years 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.
- A library for to allow multiple return types by automatically generated enum.☆382May 30, 2026Updated 2 weeks ago
- Macro to generate random constants in Rust https://xkcd.com/221/☆81Mar 3, 2024Updated 2 years ago
- A fast bump allocation arena for Rust☆2,234Updated this week
- A minimal `syn` syntax tree pretty-printer☆766Feb 9, 2026Updated 4 months ago
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆70Updated 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`☆141Mar 16, 2026Updated 2 months ago
- Ensure correct assumptions about constants, types, and more in Rust☆663Nov 18, 2023Updated 2 years ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆218Jun 3, 2026Updated last week
- Use declarative macros as proc_macro attributes or derives☆157Feb 5, 2026Updated 4 months ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- Make trait methods callable without the trait in scope☆165Mar 24, 2026Updated 2 months ago
- ☆497Nov 8, 2025Updated 7 months ago
- A Rust proc_macro_attribute to outline conversions from generic functions☆289Dec 12, 2025Updated 6 months ago
- A fast and flexible LRU map.☆205Jan 3, 2025Updated last year
- Link-time initialization, destruction, scattered data collection macros for Rust☆1,025Updated this week
- Lending iterators on stable Rust☆88Jan 12, 2024Updated 2 years ago
- Support atomic operations on Arc itself☆1,353Updated this week
- Type that deserializes only from one specific value☆278Mar 24, 2026Updated 2 months ago
- Manual segmented stacks for Rust☆348Apr 22, 2026Updated last month
- End-to-end encrypted cloud storage - Proton Drive • AdSpecial offer: 40% Off Yearly / 80% Off First Month. Protect your most important files, photos, and documents from prying eyes.
- Conditional compilation according to rustc compiler version☆394Mar 24, 2026Updated 2 months ago
- A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.☆2,869Updated this week
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆692Aug 18, 2023Updated 2 years ago
- Assorted immutable collection datatypes for Rust☆1,583Aug 19, 2024Updated last year
- A string type for Rust that is not required to be valid UTF-8.☆1,070Feb 10, 2026Updated 4 months ago
- Slab allocator for Rust☆901Jan 31, 2026Updated 4 months ago
- A newtype wrapper that causes Debug impls to skip a field.☆20Apr 5, 2026Updated 2 months ago
- A simple helper to transform Markdown links to intra-doc links in Rust projects when appropriate.☆38Dec 2, 2020Updated 5 years ago
- Compile-time checks that an enum or match is written in sorted order☆124Mar 24, 2026Updated 2 months ago
- 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.
- Compile time static maps for Rust☆2,153Jun 2, 2026Updated last week
- Small, fast, synchronization primitives☆256Sep 13, 2024Updated last year
- Rust library for single assignment cells and lazy statics without macros☆2,083Mar 12, 2026Updated 3 months ago
- A newtype with alignment of at least `A` bytes☆35Dec 15, 2025Updated 5 months ago
- Execute your code on the Rust ecosystem.☆193Jun 2, 2026Updated last week
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆789Updated this week
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆555May 22, 2026Updated 3 weeks ago