Manishearth / elsaLinks
Append-only collections for Rust where borrows to entries can outlive insertions
☆264Updated 2 weeks ago
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☆265Updated 3 weeks ago
- Graph the number of crates that depend on your crate over time☆254Updated last week
- ☆237Updated 3 months ago
- Utility wrapper to send non send types to other threads safely☆186Updated 8 months ago
- A data structure to efficiently intern, cache and restore strings.☆206Updated 3 months ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆288Updated last week
- generators☆211Updated 2 years ago
- A fast, concurrent string interner☆161Updated last year
- Make trait methods callable without the trait in scope☆161Updated 2 weeks ago
- Type that deserializes only from one specific value☆266Updated 2 weeks ago
- Macro to repeat sequentially indexed copies of a fragment of code☆161Updated 2 weeks ago
- Pull in every source file in a directory as a module☆179Updated 2 weeks ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆177Updated 3 months ago
- Support crate for rustc's self-profiling feature☆375Updated 4 months ago
- Interning of data in rust☆114Updated 5 months ago
- Statically-checked alternatives to RefCell and RwLock☆383Updated 2 months ago
- Delegation of trait implementations via procedural macros☆279Updated 3 weeks ago
- Proc-macro typestate DSL for Rust☆151Updated 2 years ago
- Compile-time checks that an enum or match is written in sorted order☆119Updated 2 weeks ago
- ☆148Updated 2 months ago
- Track and query Cargo dependency graphs.☆240Updated 2 weeks ago
- Struct fields that are made read-only accessible to other modules☆259Updated 2 weeks ago
- A simple bitset container for Rust☆157Updated 5 months ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆291Updated 2 years ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated 2 weeks ago
- Zero-overhead type-safe builder pattern `derive` macro for your Rust structs☆221Updated 2 years ago
- Define your own PhantomData☆158Updated 2 weeks ago
- A command line tool for comparing benchmarks run by Criterion.☆257Updated last year
- Conditional compilation according to rustc compiler version☆386Updated 2 weeks ago
- A library for to allow multiple return types by automatically generated enum.☆372Updated 3 weeks ago