rust-cli-template

Crates.iorust-cli-template
lib.rsrust-cli-template
version0.1.0
created_at2026-01-18 00:30:33.846487+00
updated_at2026-01-18 00:30:33.846487+00
descriptionCLI starter template for Rust.
homepagehttps://github.com/ladvoc/rust-cli-template
repositoryhttps://github.com/ladvoc/rust-cli-template
max_upload_size
id2051495
size41,562
Jacob Gelman (ladvoc)

documentation

README

Rust CLI Template

CLI starter template for Rust.

Features

  • Argument parsing with clap
  • Error handling with anyhow
  • Multi-platform builds and packaging with cargo-dist
    • macOS and Linux
    • Homebrew and shell installer
  • Dependabot keeps Cargo dependencies and Rust toolchain up-to-date
  • CI workflow (GitHub Actions)
    • Format check
    • Install check
    • Lint with Clippy
    • Run tests with cargo-nextest
Commit count: 19

cargo fmt