Enables safe mutable static and non-const static initialization, and code execution at program startup/exit.
# Cargo.toml
[dependencies]
static_init = "1.0.4"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Declares a dynamic static variable initialized at runtime.
Ensure all dynamic statics are accessed after initialization phase.
No dependency data recorded yet.