Manishearth / elsaLinks
Append-only collections for Rust where borrows to entries can outlive insertions
☆254Updated 2 weeks 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.☆202Updated last month
- Graph the number of crates that depend on your crate over time☆251Updated 3 weeks ago
- ☆216Updated last month
- Fork of std::Arc with lots of utilities useful for FFI☆247Updated last month
- Type that deserializes only from one specific value☆244Updated 2 months ago
- generators☆210Updated last year
- Macro to repeat sequentially indexed copies of a fragment of code☆157Updated 2 months ago
- Utility wrapper to send non send types to other threads safely☆184Updated 4 months ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆269Updated 3 months ago
- Pull in every source file in a directory as a module☆178Updated 5 months ago
- ☆141Updated last month
- Compile-time checks that an enum or match is written in sorted order☆117Updated last month
- Safe, zero-cost downcasting for limited compile-time specialization.☆166Updated 3 weeks ago
- Statically-checked alternatives to RefCell and RwLock☆370Updated last year
- Support crate for rustc's self-profiling feature☆365Updated 3 weeks ago
- Define your own PhantomData☆155Updated this week
- Delegation of trait implementations via procedural macros☆269Updated last year
- Safely cast &T to &U where the struct U contains a single field of type T.☆209Updated last month
- A command line tool for comparing benchmarks run by Criterion.☆250Updated 10 months ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆292Updated 2 years ago
- Interning of data in rust☆106Updated last month
- ☆101Updated 5 months ago
- A fast, concurrent string interner☆151Updated 11 months ago
- Make trait methods callable without the trait in scope☆151Updated 2 months ago
- Cargo extension for running Criterion.rs benchmarks☆202Updated 2 months ago
- ☆188Updated 3 weeks ago
- Rust microbenchmarking harness based on paired-testing methodology☆129Updated 2 months ago
- Conditional compilation according to rustc compiler version☆373Updated 2 months ago
- Track and query Cargo dependency graphs.☆230Updated 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`☆120Updated 9 months ago