oncelock 0.1.0-alpha.0

A fast and simple implementation of OnceLock
Documentation

format: && spellcheck
    taplo format
    cargo +nightly fmt

check: check-format
    -just spellcheck
    cargo clippy
    cargo doc --no-deps
    cargo rdme --check

check-format: && spellcheck
    taplo format
    cargo +nightly fmt --check

spellcheck:
    typos
    git log | typos -

fix-spelling:
    typos --write-changes
    git log | typos -