Docs.rs
mincache-impl-0.1.0
mincache-impl 0.1.0
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
Vurv78
Dependencies
darling ^0.14
normal
proc-macro2 ^1.0.3
normal
quote ^1.0.1
normal
syn ^1.0
normal
Versions
50%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
mincache_
impl
0.1.0
All Items
Crate Items
Attribute Macros
Crate
mincache_impl
Copy item path
Source
Attribute Macros
ยง
timed
A timed cache. The function will be called once, and then wait the specified amount of time until it is able to be called again. In the mean time it returns the cached value, being cloned each time as an owned value.