Manishearth / elsa
Append-only collections for Rust where borrows to entries can outlive insertions
☆241Updated last month
Alternatives and similar repositories for elsa:
Users that are interested in elsa are comparing it to the libraries listed below
- generators☆205Updated last year
- Graph the number of crates that depend on your crate over time☆238Updated last week
- Fork of std::Arc with lots of utilities useful for FFI☆232Updated 2 months ago
- A data structure to efficiently intern, cache and restore strings.☆192Updated 2 weeks ago
- Type that deserializes only from one specific value☆231Updated last month
- Procedural macro to implement Display and FromStr using common settings.☆184Updated last month
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆154Updated 11 months ago
- ☆204Updated 2 weeks ago
- Define your own PhantomData☆152Updated last month
- ☆181Updated last month
- Statically-checked alternatives to RefCell and RwLock☆367Updated 10 months ago
- Support crate for rustc's self-profiling feature☆347Updated 2 months ago
- ☆136Updated 9 months ago
- A fast, concurrent string interner☆149Updated 8 months ago
- Interning of data in rust☆100Updated last month
- A command line tool for comparing benchmarks run by Criterion.☆244Updated 6 months ago
- A library for to allow multiple return types by automatically generated enum.☆365Updated last month
- Macro to repeat sequentially indexed copies of a fragment of code☆154Updated last month
- Safe, zero-cost downcasting for limited compile-time specialization.☆160Updated last month
- Conditional compilation according to rustc compiler version☆351Updated last month
- Make trait methods callable without the trait in scope☆136Updated last month
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆261Updated last week
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆294Updated 2 years ago
- Utility wrapper to send non send types to other threads safely☆179Updated 3 weeks ago
- Track and query Cargo dependency graphs.☆207Updated last week
- A lightweight version of pin-project written with declarative macros.☆244Updated last month
- Boolean-valued predicate functions in Rust☆191Updated 2 weeks ago
- A simple wrapper around filesystem operations to provide more helpful error messages.☆143Updated 3 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆200Updated last month
- Lazy formatting utility macro for rust☆127Updated last year