jaemk / cached
Rust cache structures and easy function memoization
☆1,674Updated this week
Alternatives and similar repositories for cached:
Users that are interested in cached are comparing it to the libraries listed below
- Some more derive(Trait) options☆1,840Updated 2 weeks ago
- Type erasure for async trait methods☆1,916Updated last week
- Rust library for single assignment cells and lazy statics without macros☆1,921Updated 2 weeks ago
- A small rust library for adding custom derives to enums☆1,913Updated this week
- A hash table with consistent order and fast iteration; access items by key or sequence index☆1,880Updated 3 weeks ago
- Easily assign underlying errors into domain-specific errors while adding context☆1,585Updated 3 months ago
- A powerful mock object library for Rust☆1,590Updated last month
- A safe and fast multi-producer, multi-consumer channel.