lazy static.rs 在 Rust 中用于定义惰性计算的static 变量的小宏.zip
lazy-static.rs, 在 Rust 中,用于定义惰性计算的static 变量的小宏 lazy-static.rs在 Rust 中声明延迟求值的静态的宏。使用这里宏,可以以使 static s 在运行时要求执行代码,以便初始化。 这包括需要堆分配,如矢量或者哈希映射,以及需要非常量函数调用的任何内容。 正在启动
文件列表
lazy-static.rs.zip
(预估有个19文件)
lazy-static.rs-master
.gitignore
29B
LICENSE-MIT
1KB
README.md
3KB
appveyor.yml
2KB
Cargo.toml
1KB
tests
no_std.rs
271B
test.rs
4KB
compiletest
暂无评论