cdx 0.1.24

Library and application for text file manipulation and command line data mining, a little like the gnu textutils
1
2
3
4
5
6
7
8
9
10
11
12
13
14
clean:
	rm -rf *~ */*~ */*/*~ */*/*/*~ tmp

update:
	cargo upgrade --verbose
	cargo audit

check:
	cargo clippy --examples --tests --bins --benches --all-targets
	cargo test -q -- --no-capture
	./run_tests

publish: update check
	cargo publish