droundy / internmentLinks
Interning of data in rust
☆118Updated 7 months ago
Alternatives and similar repositories for internment
Users that are interested in internment are comparing it to the libraries listed below
Sorting:
- A data structure to efficiently intern, cache and restore strings.☆209Updated 5 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆269Updated last week
- Compile-time checks that an enum or match is written in sorted order☆120Updated last month
- Make trait methods callable without the trait in scope☆162Updated last month
- Fork of std::Arc with lots of utilities useful for FFI☆276Updated last week
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆293Updated last month
- Better reference counted strings for Rust☆140Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆179Updated 5 months ago
- Fast, FFI-friendly string interning for Rust☆180Updated last year
- A collection of small utilities for working with pointer types in Rust.☆133Updated last year
- Macro to repeat sequentially indexed copies of a fragment of code☆161Updated last month
- A fast, concurrent string interner☆164Updated last year
- Utility wrapper to send non send types to other threads safely☆185Updated 10 months ago
- A simple, id-based arena☆125Updated 2 weeks ago
- Utilities for dealing with substructures within syn macros☆143Updated 8 months ago
- A rust crate to find the total size of an object, on the stack and on the heap☆113Updated 2 years ago
- Define your own PhantomData☆158Updated last month
- Versioned data-structures for Rust☆208Updated 11 months ago
- ☆241Updated last week
- generators☆211Updated 2 years ago
- Proc-macro typestate DSL for Rust☆154Updated 2 years ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated 2 months ago
- A small test framework to write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`☆130Updated last year
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆166Updated last year
- Blazing fast immutable collection datatypes for Rust.☆134Updated last week
- An unordered multiset/bag implementation backed by HashMap☆75Updated last week
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆124Updated this week
- Abstract over the atomicity of reference-counting pointers in rust☆168Updated 2 months ago
- Graph the number of crates that depend on your crate over time☆256Updated last week
- Lazy formatting utility macro for rust☆129Updated 2 years ago