deb 0.5.20

Utilities for working with files and formats commonly found when working with Debian's project tooling, or infrastructure.
Documentation
1
2
3
4
5
6
7
8
all: autogenerated.rs

autogenerated.rs:
	./rebuild.sh > $@
	cargo fmt


.PHONY: autogenerated.rs