☰
Crate static_init_macro
Version 0.5.0
All Items
Attribute Macros
?
Crate
static_init_macro
source
·
[
−
]
Attribute Macros
constructor
Attribute for functions run at program initialization (before main).
destructor
Attribute for functions run at program termination (after main)
dynamic
Statics initialized with non const functions.