Docs.rs
cached_proc_macro-0.24.0
cached_proc_macro 0.24.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
jaemk
Dependencies
darling ^0.20.8
normal
proc-macro2 ^1.0.49
normal
quote ^1.0.6
normal
syn ^2.0.52
normal
Versions
75%
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
cached_
proc_
macro
0.24.0
All Items
Crate Items
Attribute Macros
Crate
cached_proc_macro
Copy item path
Source
Attribute Macros
ยง
cached
Define a memoized function using a cache store that implements
cached::Cached
(and
cached::CachedAsync
for async functions)
io_
cached
Define a memoized function using a cache store that implements
cached::IOCached
(and
cached::IOCachedAsync
for async functions)
once
Define a memoized function using a cache store that implements
cached::Cached
(and
cached::CachedAsync
for async functions). Function arguments are not used to identify a cached value, only one value is cached unless a
time
expiry is specified.