test:
# run with `RUST_BACKTRACE=1` environment variable to display a backtrace
RUST_LOG=info cargo test -- --test-threads=1 2>&1 | tee out
clean:
rm *.db; \
rm *.txt; \
rm -rf target; \
rm out
fmt:
rustup run nightly cargo fmt
pub:
git commit -v -a -m "update version and publish cargo"
git push
cargo login
cargo publish