defmt-errors 0.0.0

Generate error types for use in embedded systems using defmt to print them.
Documentation
# Cargo build directory.
/target/

# Nix build directory (symlink).
/result

# Backup files generated by rustfmt.
**/*.rs.bk

# Ignore Cargo lockfile as this is a library.
Cargo.lock

# Cache generated by direnv.
.direnv

# Git pre-commit configuration generated by pre-commit-hooks.nix.
.pre-commit-config.yaml

# Code coverage results.
coverage.json