once_mut 0.1.1

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