Microbios's blog
首页
标签
分类
关于
|
lazy_static
Rust - 延迟初始化(静态/非静态)变量
lazy_static A macro for declaring lazily evaluated statics. Using this macro, it is possible to have statics that require code to be executed at runti
2022-05-23