Crate lazy_settings

Source

Re-exports§

pub use ::lazy_settings_macros;
pub use ::parking_lot;
pub use ::getset_scoped;
pub use ::config;
pub use ::serde;
pub use ::once_cell;
pub use ::eyre;

Attribute Macros§

settings
This crate defines an attribute macro #[settings(key = "xxx")] to define settings to be initialized when they are used.