nostd-printf 0.1.2

Rust crate containing an embedded version of printf which can be used in `no_std` projects which aren't linked to `libc`.
Documentation
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