typedcache
This crate provides concurrent-safe typedcache with expiration capabilities.
Usage
Add this to your Cargo.toml
:
[]
= "0.2"
Example
use Duration;
use TypedMap;
async
;
;
Acknowledgements
Typed any map for rust: typedmap
Concurrency-safe golang caching library with expiration capabilities: cache2go
License
Dual-licensed under the MIT license and the Apache License (Version 2.0).
See LICENSE-MIT and LICENSE-APACHE for details.