Skip to content

Replace lazy_static witth std::sync::LazyLock #36

@dommyrock

Description

@dommyrock

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions