Manishearth / elsa
Append-only collections for Rust where borrows to entries can outlive insertions
☆228Updated 4 months ago
Related projects ⓘ
Alternatives and complementary repositories for elsa
- Fork of std::Arc with lots of utilities useful for FFI☆216Updated last month
- Statically-checked alternatives to RefCell and RwLock☆366Updated 5 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆188Updated last week
- Conditional compilation according to rustc compiler version☆334Updated last week
- generators☆202Updated last year
- A fast, concurrent string interner☆140Updated 3 months ago
- Define your own PhantomData☆147Updated last week
- Graph the number of crates that depend on your crate over time☆232Updated this week
- Safe, zero-cost downcasting for limited compile-time specialization.☆151Updated last month
- ☆188Updated last month
- A cargo-companion to become a 'lean crate' (a member of The Lean Crate Initiative)☆156Updated last year
- Macro to repeat sequentially indexed copies of a fragment of code☆137Updated last week
- Track and query Cargo dependency graphs.☆167Updated this week
- ☆171Updated this week
- A simple wrapper around filesystem operations to provide more helpful error messages.☆133Updated 3 weeks ago
- A data structure to efficiently intern, cache and restore strings.☆174Updated last week
- Extract documentation for the feature flags from comments in Cargo.toml☆176Updated last week
- Proc-macro typestate DSL for Rust☆142Updated last year
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆293Updated last year
- Struct fields that are made read-only accessible to other modules☆223Updated last week
- A command line tool for comparing benchmarks run by Criterion.☆219Updated last month
- Type that deserializes only from one specific value☆227Updated last week
- Pull in every source file in a directory as a module☆158Updated last week
- Count lines of LLVM IR per generic function☆414Updated this week
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆147Updated 6 months ago
- Delegation of trait implementations via procedural macros☆257Updated 4 months ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆245Updated 3 weeks ago
- Support crate for rustc's self-profiling feature☆337Updated 5 months ago
- Home of the Allocators working group: Paving a path for a standard set of allocator traits to be used in collections!☆213Updated 3 years ago
- A library for to allow multiple return types by automatically generated enum.☆351Updated 2 weeks ago