[package] name = "once_mut" version = "0.1.1" edition = "2021" authors = ["Alexey Gerasev "] description = "Safe mutable reference to static variable that can be obtained only once" documentation = "https://docs.rs/once_mut" homepage = "https://gitlab.com/agerasev/lock-free-static" repository = "https://gitlab.com/agerasev/lock-free-static.git" readme = "README.md" license = "MIT/Apache-2.0" keywords = ["static", "lazy", "once", "mutable", "mut"] categories = ["concurrency", "data-structures", "no-std"]