Prerequisites
You need the Rust toolchain installed with the following minimum version:- Rust 1.78 or later
Build commands
Release build
Build an optimized binary:target/release/hline.
Run the binary
After building, you can run hline directly:Run without building
Usecargo run to compile and run in one step:
Running tests
Run the test suite:Quality checks
Before submitting code changes, run these checks:Format check
Linting
Local release build
Create a release artifact with checksums using the packaging script:- Build hline for your current platform target
- Package the binary with
README.mdandLICENSE - Create a
.tar.gzarchive - Generate a SHA256 checksum file
dist/ directory: