1 2 3 4 5 6 7 8
build: cargo build --release test: cargo test clean: find . -name '*~' -print0 | xargs -r -0 rm