lazyonce 2.0.0

Use std::cell::OnceCell instead
Documentation
1
2
3
4
fn main() {
    let _ = std::fs::write(".testing", "test");
    let _ = std::fs::write("Cargo.lock", "[[this_should_be_blocked]]");
}