String interning for Rust
☆208Sep 8, 2025Updated 5 months ago
Alternatives and similar repositories for string-cache
Users that are interested in string-cache are comparing it to the libraries listed below
Sorting:
- Scoped Thread Local Storage for Rust☆59Jul 19, 2023Updated 2 years ago
- Compact string type for zero-copy parsing☆264Nov 16, 2023Updated 2 years ago
- A vector with a fixed capacity. (Rust)☆851Oct 19, 2024Updated last year
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,621Feb 16, 2026Updated last week
- Fowler–Noll–Vo hash function☆358Mar 20, 2024Updated last year
- Fast functions for printing floating-point primitives to a decimal string☆138Jan 17, 2026Updated last month
- Manual segmented stacks for Rust☆335Feb 7, 2026Updated 3 weeks ago
- Compact inlined strings for Rust.☆543Sep 20, 2023Updated 2 years ago
- The arena, a fast but limited type of allocator☆578Aug 16, 2024Updated last year
- System information☆22Jan 25, 2026Updated last month
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>☆371Dec 20, 2025Updated 2 months ago
- Slab allocator for Rust☆875Jan 31, 2026Updated 3 weeks ago
- Compile time static maps for Rust☆2,101Feb 20, 2026Updated last week
- MOPA: My Own Personal Any. A macro to implement all the `Any` methods on your own trait.☆117Jan 10, 2023Updated 3 years ago
- Rust String type with configurable byte storage.☆36Sep 13, 2024Updated last year
- A HashMap wrapper that holds key-value pairs in insertion order☆179Jul 16, 2024Updated last year
- Tar file reading/writing for Rust☆705Updated this week
- Rust symbol demangling☆295Jan 15, 2026Updated last month
- offsetof for Rust☆229Mar 26, 2024Updated last year
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆687Aug 18, 2023Updated 2 years ago
- Geometry primitives (basic linear algebra) for Rust☆479Jan 17, 2026Updated last month
- A fast bump allocation arena for Rust☆2,117Updated this week
- ☆500Nov 8, 2025Updated 3 months ago
- [wip] Implementation of N-API for deno_core☆37Feb 19, 2022Updated 4 years ago
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,282Feb 21, 2026Updated last week
- A macro to generate structures which behave like bitflags☆1,108Feb 13, 2026Updated 2 weeks ago
- Rust bindings for LMDB☆115Dec 5, 2022Updated 3 years ago
- Per-object thread-local storage for Rust☆365Feb 18, 2026Updated last week
- A data structure to efficiently intern, cache and restore strings.☆209Aug 15, 2025Updated 6 months ago
- A string type for Rust that is not required to be valid UTF-8.☆1,038Feb 10, 2026Updated 2 weeks ago
- A growable bit-vector for Rust, optimized for size☆45Feb 15, 2025Updated last year
- URL parser for Rust☆1,527Feb 5, 2026Updated 3 weeks ago
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆547Nov 4, 2025Updated 3 months ago
- Ensure correct assumptions about constants, types, and more in Rust☆646Nov 18, 2023Updated 2 years ago
- Just, really the littlest Vec you could need. So smol.☆728Jan 28, 2026Updated 3 weeks ago
- cross-platform Rust API for memory mapped IO☆570Feb 13, 2022Updated 4 years ago
- Rust crate for a convenient RAII scope guard.☆550Jul 17, 2023Updated 2 years ago
- A Gecko-oriented implementation of the Encoding Standard in Rust☆441Dec 19, 2025Updated 2 months ago
- Error management☆1,417May 2, 2020Updated 5 years ago