A generic, fixed-size, associative cache
☆40Nov 8, 2024Updated last year
Alternatives and similar repositories for associative-cache
Users that are interested in associative-cache are comparing it to the libraries listed below
Sorting:
- A simple, id-based arena☆125Jan 14, 2026Updated last month
- ☆12Aug 14, 2025Updated 6 months ago
- A simple utility for ensuring that certain Rust code does not compile.☆37Jun 24, 2020Updated 5 years ago
- A simple macro to create correct opaque pointers☆21Apr 23, 2021Updated 4 years ago
- Automatically derives `is_dog` and `is_cat` methods for `enum Pet { Dog, Cat }`.☆22Dec 26, 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
- ☆15May 15, 2021Updated 4 years ago
- watt-based inline procedural macros☆14Jul 17, 2020Updated 5 years ago
- Concatenate identifiers in a macro invocation☆94Dec 19, 2022Updated 3 years ago
- A flexible byte pool.☆18Apr 15, 2023Updated 2 years ago
- A sha1 implementation useable in const contexts☆88Apr 11, 2024Updated last year
- A small Rust library that allows users to reinterpret data of certain types safely.☆41Aug 26, 2021Updated 4 years ago
- ☆16Jan 28, 2021Updated 5 years ago
- Initialize arrays with ease!☆84Jan 5, 2023Updated 3 years ago
- ☆18Mar 8, 2022Updated 3 years ago
- Memory validation framework for Rust☆76Sep 29, 2025Updated 5 months ago
- myrrlyn’s wyzyrdly library☆25Mar 17, 2024Updated last year
- Number names is a Rust library to provide formatted string names for cardinal and ordinal numbers.☆13May 16, 2022Updated 3 years ago
- An exploration into the various ways optional trait methods can be implemented in Rust.☆42Jul 2, 2025Updated 7 months ago
- Log call tree summaries after each request for rust programs instrumented with `tracing`.☆45Feb 12, 2022Updated 4 years ago
- A library providing direct casting among trait objects implemented by a type☆42Oct 26, 2022Updated 3 years ago
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆687Aug 18, 2023Updated 2 years ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆88Sep 8, 2024Updated last year
- Color space conversion math made simple☆40Nov 20, 2024Updated last year
- ☆23Mar 5, 2025Updated 11 months ago
- Sound unchecked indexing using “generativity”; a type system approach to indices, pointers and ranges that are trusted to be in bounds.☆105Sep 11, 2019Updated 6 years ago
- A fork of st implementing scrollback, keyboard selection, and tabs.☆11Jul 23, 2014Updated 11 years ago
- A cross-platform text only clipboard facade for terminal applications written in Rust☆11Oct 31, 2023Updated 2 years ago
- Tiny dynamic dispatch in Rust☆10Apr 17, 2023Updated 2 years ago
- Never fill a sockaddr_in struct by hand again!☆13Apr 10, 2020Updated 5 years ago
- Asynchronous C++ interoperability for Rust☆10Sep 21, 2021Updated 4 years ago
- IDLSet - Fast u64 integer set operations☆13May 30, 2024Updated last year
- A mutex with timeout tracing☆30Nov 14, 2021Updated 4 years ago
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆52Jun 8, 2023Updated 2 years ago
- Target "triple" support☆55Feb 15, 2026Updated 2 weeks ago
- A rust crate to find the total size of an object, on the stack and on the heap☆113Jan 12, 2024Updated 2 years ago
- Rust library for displaying compiler diagnostics like rustc☆24Jul 22, 2023Updated 2 years ago
- An opinionated, practical color management library for games and graphics.