Rust cache structures and easy function memoization
☆1,961Dec 22, 2025Updated 2 months ago
Alternatives and similar repositories for cached
Users that are interested in cached are comparing it to the libraries listed below
Sorting:
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,300Jan 7, 2026Updated last month
- A high performance concurrent caching library for Rust☆2,412Feb 18, 2026Updated last week
- Support atomic operations on Arc itself☆1,264Feb 22, 2026Updated last week
- Rust library for single assignment cells and lazy statics without macros☆2,064May 24, 2025Updated 9 months ago
- A small rust library for adding custom derives to enums☆2,314Updated this week
- A safe and fast multi-producer, multi-consumer channel.☆2,884Dec 22, 2025Updated 2 months ago
- Type erasure for async trait methods☆2,118Feb 16, 2026Updated 2 weeks ago
- Temporary file library for rust☆1,408Updated this week
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,282Feb 21, 2026Updated last week
- Zero-copy deserialization framework for Rust☆4,039Feb 20, 2026Updated last week
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,095Feb 20, 2026Updated last week
- Some more derive(Trait) options☆2,076Feb 4, 2026Updated 3 weeks ago
- This crate provides custom de/serialization helpers to use in combination with serde's `with`-annotation and with the improved `serde_as`…☆826Updated this week
- Compile-time type-checked builder derive☆1,147Jan 1, 2026Updated 2 months ago
- derive(Error) for struct and enum error types☆5,363Feb 16, 2026Updated 2 weeks ago
- Blazing fast concurrent HashMap for Rust.☆3,954Mar 5, 2025Updated 11 months ago
- derive builder implementation for rust structs☆1,534Jan 2, 2026Updated last month
- A powerful mock object library for Rust☆1,785Nov 22, 2025Updated 3 months ago
- A fast bump allocation arena for Rust☆2,117Updated this week
- Application level tracing for Rust.☆6,541Feb 13, 2026Updated 2 weeks ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,621Feb 16, 2026Updated 2 weeks ago
- Compile time static maps for Rust☆2,101Feb 20, 2026Updated last week
- An implementation of a LRU cache☆787Jan 7, 2026Updated last month
- A high-performance, concurrent, content-addressable disk cache, with support for both sync and async APIs. 💩💵 but for your 🦀☆691Nov 26, 2024Updated last year
- A string type for Rust that is not required to be valid UTF-8.☆1,041Feb 10, 2026Updated 2 weeks ago
- Tools for concurrent programming in Rust☆8,319Feb 22, 2026Updated last week
- A small and fast async runtime for Rust☆4,782Updated this week
- ⚙️ Layered configuration system for Rust applications (with strong support for 12-factor applications).☆3,100Feb 12, 2026Updated 2 weeks ago
- A crate for safe and ergonomic pin-projection.☆704Updated this week
- Rayon: A data parallelism library for Rust☆12,792Jan 6, 2026Updated last month
- Flexible concrete Error type built on std::Error☆6,436Feb 20, 2026Updated last week
- Adaptors between compression crates and Rust's async IO types☆616Updated this week
- Module initialization/global constructor functions for Rust☆960Dec 4, 2025Updated 2 months ago
- A rate-limiting library for Rust (f.k.a. ratelimit_meter)☆871Feb 9, 2026Updated 3 weeks ago
- A next-generation test runner for Rust.☆2,833Updated this week
- Serde serializable and deserializable trait objects☆1,477Feb 9, 2026Updated 3 weeks ago
- Easily assign underlying errors into domain-specific errors while adding context☆1,851Feb 18, 2026Updated last week
- PROST! a Protocol Buffers implementation for the Rust Language☆4,618Feb 22, 2026Updated last week
- Panic messages for humans.☆1,820Feb 1, 2026Updated last month