Append-only collections for Rust where borrows to entries can outlive insertions
☆280Sep 12, 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☆297Aug 31, 2026Updated 3 weeks ago
- The arena, a fast but limited type of allocator☆590Aug 16, 2024Updated 2 years ago
- Slotmap data structure for Rust☆1,360Sep 4, 2026Updated 2 weeks ago
- A library for to allow multiple return types by automatically generated enum.☆381Sep 6, 2026Updated 2 weeks ago
- Like Rust's std::Path, but UTF-8.☆578Sep 15, 2026Updated last week
- Serverless GPU API endpoints on Runpod - Get Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- Spawn processes with arbitrary closures in rust☆116Sep 16, 2021Updated 5 years ago
- Macro to generate random constants in Rust https://xkcd.com/221/☆82Mar 3, 2024Updated 2 years ago
- A fast bump allocation arena for Rust☆2,334Updated this week
- A minimal `syn` syntax tree pretty-printer☆774Jul 18, 2026Updated 2 months ago
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆72Sep 12, 2026Updated last week
- Ensure correct assumptions about constants, types, and more in Rust☆665Nov 18, 2023Updated 2 years ago
- Use declarative macros as proc_macro attributes or derives☆159Jul 29, 2026Updated last month
- Safely cast &T to &U where the struct U contains a single field of type T.☆224Aug 19, 2026Updated last month
- A small test framework to write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`☆149Mar 16, 2026Updated 6 months ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- Make trait methods callable without the trait in scope☆164Aug 3, 2026Updated last month
- ☆498Nov 8, 2025Updated 10 months ago
- A Rust proc_macro_attribute to outline conversions from generic functions☆288Jul 20, 2026Updated 2 months ago
- A fast and flexible LRU map.☆206Jan 3, 2025Updated last year
- Link-time initialization, destruction, scattered data collection macros for Rust☆1,087Sep 12, 2026Updated last week
- Support atomic operations on Arc itself☆1,415Jun 28, 2026Updated 2 months ago
- Lending iterators on stable Rust☆88Jan 12, 2024Updated 2 years ago
- Type that deserializes only from one specific value☆285Aug 3, 2026Updated last month
- Manual segmented stacks for Rust☆360Aug 19, 2026Updated last month
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.☆2,978Updated this week
- Conditional compilation according to rustc compiler version☆394Aug 3, 2026Updated last month
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆691Aug 18, 2023Updated 3 years ago
- Assorted immutable collection datatypes for Rust☆1,585Aug 19, 2024Updated 2 years ago
- A string type for Rust that is not required to be valid UTF-8.☆1,118Aug 10, 2026Updated last month
- Slab allocator for Rust☆938Aug 16, 2026Updated last month
- Small, fast, synchronization primitives☆254Sep 13, 2024Updated 2 years ago
- A simple helper to transform Markdown links to intra-doc links in Rust projects when appropriate.☆39Dec 2, 2020Updated 5 years ago
- Compile time static maps for Rust☆2,189Updated this week
- GPUs on demand by Runpod - Special Offer Available • AdRun AI, ML, and HPC workloads on powerful cloud GPUs—without limits or wasted spend. Deploy GPUs in under a minute and pay by the second.
- Compile-time checks that an enum or match is written in sorted order☆126Aug 3, 2026Updated last month
- Rust library for single assignment cells and lazy statics without macros☆2,091Mar 12, 2026Updated 6 months ago
- Execute your code on the Rust ecosystem.☆199Updated this week
- A newtype wrapper that causes Debug impls to skip a field.☆21Apr 5, 2026Updated 5 months ago
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆813Updated this week
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆559Aug 20, 2026Updated last month
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,435Sep 5, 2026Updated 2 weeks ago