Manishearth / elsaLinks
Append-only collections for Rust where borrows to entries can outlive insertions
☆259Updated 2 months ago
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.☆203Updated last month
- Graph the number of crates that depend on your crate over time☆252Updated 3 weeks ago
- Fork of std::Arc with lots of utilities useful for FFI☆257Updated 2 weeks ago
- Type that deserializes only from one specific value☆253Updated last week
- ☆223Updated last month
- generators☆209Updated 2 years ago
- A fast, concurrent string interner☆153Updated last year
- Statically-checked alternatives to RefCell and RwLock☆373Updated 2 weeks ago
- Library for snippet annotations☆334Updated this week
- Safe, zero-cost downcasting for limited compile-time specialization.☆172Updated last month
- Make trait methods callable without the trait in scope☆157Updated 2 weeks ago
- ☆145Updated last week
- Pull in every source file in a directory as a module☆178Updated this week
- A command line tool for comparing benchmarks run by Criterion.☆254Updated last year
- Struct fields that are made read-only accessible to other modules☆258Updated 2 weeks ago
- Support crate for rustc's self-profiling feature☆373Updated 2 months ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆274Updated last month
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆292Updated 2 years ago
- Delegation of trait implementations via procedural macros☆275Updated 3 weeks ago
- Interning of data in rust☆107Updated 3 months ago
- Utility wrapper to send non send types to other threads safely☆188Updated 6 months ago
- Fast, FFI-friendly string interning for Rust☆171Updated last year
- Manual segmented stacks for Rust☆319Updated 5 months ago
- Compile-time checks that an enum or match is written in sorted order☆119Updated 2 weeks ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆214Updated 2 weeks ago
- Procedural macro to implement Display and FromStr using common settings.☆188Updated last month
- Macro to repeat sequentially indexed copies of a fragment of code☆159Updated 2 weeks ago
- Zero-overhead type-safe builder pattern `derive` macro for your Rust structs☆221Updated 2 years ago
- Track and query Cargo dependency graphs.☆237Updated this week
- Diff library with semantic cleanup, based on Google's diff-match-patch☆221Updated 2 weeks ago