clingwrap 0.5.0

types and functions to implement command line programs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
all: test deny

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