Ensure you have make installed. Run command -v make
. If there is no
stdout, search for ways to install make
on your system.
make install # installs rust/cargo and cargo crate deps
To generate a release binary to ./target/release/tinty
, run:
make build
make test
Include Rust related changes under ## Unreleased
(Copy the format from
the existing releases).
Changes should be included under ### Added
, ### Changed
and ### Removed
. Bullet point information should be written in present tense
and should describe what the change does.