Documentation

lib-wc

idk yet lol

CI Crates.io

Publishing to crates.io

$ cargo publish

Development Loop

$ cargo install cargo-watch
$ cargo watch -x check -x test

This will run cargo check. If that passes, it will run cargo test. This happens every time after a file changes.