Standard library now has replacement for it .
std::sync::LazyLock
And even lazy_static talks about this
https://github.com/rust-lang-nursery/lazy-static.rs?tab=readme-ov-file#standard-library
After this we can drop the lazu_static dependency from domain-db and kepler crates.
Standard library now has replacement for it .
std::sync::LazyLock
And even lazy_static talks about this
https://github.com/rust-lang-nursery/lazy-static.rs?tab=readme-ov-file#standard-library
After this we can drop the lazu_static dependency from
domain-dbandkeplercrates.