Rust 1.80 introduced `std::sync::LazyLock` which achieves the same, so cut down on dependencies a bit. See: <https://doc.rust-lang.org/1.80.0/std/sync/struct.LazyLock.html> |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| build.rs | ||
Rust 1.80 introduced `std::sync::LazyLock` which achieves the same, so cut down on dependencies a bit. See: <https://doc.rust-lang.org/1.80.0/std/sync/struct.LazyLock.html> |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| build.rs | ||