Interning of data in rust
☆120Jun 22, 2025Updated 8 months ago
Alternatives and similar repositories for internment
Users that are interested in internment are comparing it to the libraries listed below
Sorting:
- A direct replacement for `assert_eq` for unordered collections☆13Apr 17, 2022Updated 3 years ago
- A data structure to efficiently intern, cache and restore strings.☆209Aug 15, 2025Updated 6 months ago
- rust hints to the optimizer☆19Aug 1, 2021Updated 4 years ago
- L-Systems in Rust☆15May 16, 2019Updated 6 years ago
- Emulate dynamic dispatch and sealed classes using a proxy enum, which defers all method calls to its variants.☆19Jun 6, 2021Updated 4 years ago
- Fast, FFI-friendly string interning for Rust☆180Sep 30, 2024Updated last year
- A crate with indexed arenas with small memory footprint☆78Aug 26, 2024Updated last year
- Slotmap data structure for Rust☆1,289Dec 6, 2025Updated 2 months ago
- Easy function multiversioning for Rust☆255Dec 8, 2024Updated last year
- Python3 fstrings in Rust☆87Jan 14, 2022Updated 4 years ago
- A Rust proc-macro attribute parser☆1,235Jan 15, 2026Updated last month
- ☆27Feb 23, 2026Updated last week
- Attribute to override the visibility of items (useful in conjunction with cfg_attr)☆15Aug 13, 2024Updated last year
- A collection of small utilities for working with pointer types in Rust.☆133Jan 17, 2025Updated last year
- Delegation of trait implementations via procedural macros☆278Dec 20, 2025Updated 2 months ago
- Generic Atomic<T> type for Rust☆246Sep 16, 2025Updated 5 months ago
- Easy-to-use optional function arguments for Rust☆47Apr 16, 2024Updated last year
- A implementation of the modified akima interpolation in rust☆12Oct 28, 2020Updated 5 years ago
- Helper for macro_rules authors to chain their macros with builtin ones (such as `env!`, `include!`, or `concat_idents!`).☆18Apr 10, 2024Updated last year
- Statically-checked alternatives to RefCell and RwLock☆390Sep 17, 2025Updated 5 months ago
- A Stable ABI for Rust with compact sum-types☆410Feb 23, 2026Updated last week
- Fast floating point to string conversion☆692Feb 16, 2026Updated 2 weeks ago
- ☆500Nov 8, 2025Updated 3 months ago
- Easy code duplicate with substitution for Rust☆255Nov 3, 2025Updated 3 months ago
- Combine a reader + writer into a duplex of Read + Write☆44Oct 15, 2020Updated 5 years ago
- Parsing and inspecting Rust literals (particularly useful for proc macros)☆51Oct 20, 2025Updated 4 months ago
- Port of MapBox's earcut triangulation code to Rust language☆47May 29, 2025Updated 9 months ago
- A fast bump allocation arena for Rust☆2,117Updated this week
- Super-fast float parser in Rust (now part of Rust core)☆290Dec 2, 2022Updated 3 years ago
- ☆16Nov 16, 2023Updated 2 years ago
- The tiniest sort☆15Apr 1, 2020Updated 5 years ago
- A data structure for tracking source code positions, inspired by the type in rustc's libsyntax.☆55Aug 30, 2021Updated 4 years ago
- A memory efficient string type that can store up to 24* bytes on the stack☆817Dec 24, 2025Updated 2 months ago
- Support crate for rustc's self-profiling feature☆377Jul 9, 2025Updated 7 months ago
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆687Aug 18, 2023Updated 2 years ago
- A high-level API for interacting with SMT solvers.☆33Dec 8, 2025Updated 2 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆119Nov 2, 2025Updated 3 months ago
- A Rust proc_macro_attribute to outline conversions from generic functions☆285Dec 12, 2025Updated 2 months ago
- Utility to copy files over WiFi to/from mobile devices inside a terminal.☆18Mar 8, 2024Updated last year