Global, no_std-compatible constructors for all platforms that run before main (like C/C++ __attribute__((constructor)))
# Cargo.toml
[dependencies]
ctor = "1.0.7"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Define a function that runs automatically before main.
Avoid relying on initialization order; use lazy_static or once_cell for ordered initialization.
No dependency data recorded yet.