conch-shell-0.1.0 is not a library.
Visit the last successful build:
conch-shell-0.2.0
conch
Conch Shell
Install
Cargo
Homebrew (macOS/Linux)
Debian/Ubuntu (.deb)
Download the .deb from the latest release and:
Releases
Versioning is automated with cocogitto based on
Conventional Commits. Merging
conventional commits into main triggers an automatic semver bump, tag, and
GitHub release, which in turn publishes to crates.io, updates the Homebrew
tap, and attaches a .deb package to the release.
Local commits are checked against the Conventional Commits spec with
cocogitto, scanned for secrets with
gitleaks, and linted/tested with
cargo fmt/clippy/test — the same checks CI runs. These all run via git
hooks defined in lefthook.yml and installed once per clone with:
Dependencies are audited against the RustSec advisory
database in CI via cargo-audit.