clingwrap 0.6.1

types and functions to implement command line programs
Documentation
all: test deny mutants

check:
	cargo clippy --all-targets --workspace -- -Dwarnings

build: check
	cargo build --all-targets

test: build
	cargo test

semver:
	cargo semver-checks

deny:
	cargo deny check

mutants:
	cargo mutants -e src/tildepathbuf.rs