lazy-mut-rs 0.3.0

Alternative to LazyLock<Mutex<T>>
Documentation
1
2
3
4
5
6
7
#![no_builtins]
#![no_std]
#![deny(missing_docs)]
#![doc = include_str!("../README.md")]

#[cfg(not(doc))]
compile_error!("Crate moved to lazy_mut");