jaemk / cachedLinks
Rust cache structures and easy function memoization
☆1,829Updated last month
Alternatives and similar repositories for cached
Users that are interested in cached are comparing it to the libraries listed below
Sorting:
- Rust library for single assignment cells and lazy statics without macros☆1,991Updated last month
- Type erasure for async trait methods☆2,018Updated this week
- A small rust library for adding custom derives to enums☆2,094Updated last week
- Some more derive(Trait) options☆1,948Updated this week
- Easily assign underlying errors into domain-specific errors while adding context☆1,660Updated last month
- Find unused dependencies in Cargo.toml☆1,947Updated this week
- A safe and fast multi-producer, multi-consumer channel.☆2,664Updated 4 months ago
- derive builder implementation for rust structs☆1,450Updated 9 months ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,085Updated last week
- A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications☆1,591Updated last month
- A powerful mock object library for Rust☆1,666Updated 3 weeks ago
- Rust quasi-quoting☆1,431Updated last month
- A high performance concurrent caching library for Rust☆2,004Updated 2 months ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,490Updated last month
- Dead simple pool implementation for rust with async-await☆1,200Updated this week
- A small macro for defining lazy evaluated static variables in Rust.☆2,006Updated 5 months ago
- Compile time static maps for Rust