Docs.rs
reactive-cache-0.3.5
reactive-cache 0.3.5
Permalink
Docs.rs crate page
GPL-2.0
Links
Repository
crates.io
Source
Owners
fxdmhtt
Dependencies
lru ^0.16.0
normal
once_cell ^1.21.3
normal
reactive-macros ^0.3.0
normal
optional
Versions
68.75%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate reactive_cache
reactive_
cache
0.3.5
All Items
Crate Items
Re-exports
Modules
Macros
Structs
Crate
reactive_
cache
Copy item path
Source
Re-exports
§
pub use effect::
Effect
;
pub use memo::
Memo
;
pub use signal::
Signal
;
Modules
§
effect
macros
memo
signal
Macros
§
effect
Creates a reactive effect from a closure (and optionally a dependency collector).
Structs
§
Lazy
A value which is initialized on the first access.