Manishearth / elsaLinks
Append-only collections for Rust where borrows to entries can outlive insertions
☆264Updated last month
Alternatives and similar repositories for elsa
Users that are interested in elsa are comparing it to the libraries listed below
Sorting:
- A data structure to efficiently intern, cache and restore strings.☆206Updated 4 months ago
- Graph the number of crates that depend on your crate over time☆254Updated this week
- Fork of std::Arc with lots of utilities useful for FFI☆268Updated last month
- generators☆211Updated 2 years ago
- ☆240Updated 4 months ago
- Type that deserializes only from one specific value☆266Updated this week
- Support crate for rustc's self-profiling feature☆375Updated 5 months ago
- Utility wrapper to send non send types to other threads safely☆186Updated 8 months ago
- Statically-checked alternatives to RefCell and RwLock☆384Updated 3 months ago
- A fast, concurrent string interner☆162Updated last year
- Make trait methods callable without the trait in scope☆161Updated this week
- Macro to repeat sequentially indexed copies of a fragment of code☆160Updated last week
- A command line tool for comparing benchmarks run by Criterion.☆257Updated last year
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆289Updated 3 weeks ago
- Interning of data in rust☆115Updated 6 months ago
- ☆148Updated 3 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 4 months ago
- Delegation of trait implementations via procedural macros☆280Updated this week
- Compile-time checks that an enum or match is written in sorted order☆119Updated this week
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆291Updated 3 years ago
- Define your own PhantomData☆158Updated this week
- Struct fields that are made read-only accessible to other modules☆260Updated this week
- Track and query Cargo dependency graphs.☆244Updated this week
- ☆100Updated 4 months ago
- Better reference counted strings for Rust☆139Updated last year
- Procedural macro to implement Display and FromStr using common settings.☆191Updated last week
- Zero-overhead type-safe builder pattern `derive` macro for your Rust structs☆221Updated 2 years ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated this week
- Pull in every source file in a directory as a module☆179Updated this week
- A library for to allow multiple return types by automatically generated enum.☆373Updated 2 weeks ago