lexiclean 0.0.2

Lexically clean paths
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
default: watch

watch:
	cargo watch --clear --exec 'test --all'

test:
	cargo test --all

fmt:
	cargo fmt --all

clippy:
	cargo clippy --all

publish: test clippy
	cargo publish
	git push github