nounwind 0.1.3

A attribute macro to prevent panics from unwinding, similar to C++ noexcept
Documentation

format: && spellcheck
    taplo format
    cargo +nightly fmt

check: check-format
    -just spellcheck
    cargo clippy
    cargo doc --no-deps
    cargo rdme --check
    lychee README.md

check-format: && spellcheck
    taplo format
    cargo +nightly fmt --check
    cargo sort --grouped --workspace --check . >/dev/null

spellcheck:
    typos
    git log | typos -

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