redact-data 0.4.1

Data abstractions for the Redact framework
Documentation
run:
	@cargo r

build:
	@cargo b

build-release:
	@cargo b --release

test:
	@cargo tarpaulin --out html