nospin 0.2.1

Rust crate containing an embedded version of a Mutex which can be used in `no_std` projects which are single-threaded.
default: fix fmt build clippy doc build test

build:
  cargo build

fmt:
  cargo fmt
  taplo fmt

fix:
    cargo fix --allow-dirty --allow-staged

clippy:
  cargo clippy

doc:
  cargo doc

test:
  cargo test