dropping-thread-local 0.1.4

A dynamically allocated ThreadLocal that ensures destructors are run on thread exit
Documentation

format: && spellcheck
    taplo format
    cargo +nightly fmt

check: check-format
    -just spellcheck
    cargo clippy
    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 -