Crate lazy_attribute_core
source ·Expand description
This crate provides the #[lazy_ref]
and #[lazy_map]
attributes to lazily evaluate functions.
This crate is not meant to be used directly. Instead, you should use the lazy-attribute
crate.
Attribute Macros
- Refer to
lazy-attribute::lazy_map
for documentation. - Refer to
lazy-attribute::lazy_ref
for documentation.