registers 0.0.3

A simple library for working with registers in Rust.
Documentation
[private]
default:
    @just --list

doc:
    @cargo doc --open

# Build the code
build:
    @cargo build --workspace

# Test the code
test:
    @cargo test --workspace

# Lint the code
clippy:
    @cargo clippy -- -D warnings

# Publish the code
# publish: