start-command — Rust crate
Rust implementation of the start-command CLI. The binary is
called start and behaves like the $ command from the JavaScript package.
Installation
# From crates.io:
# From source:
Usage
See the project-wide README, docs/USAGE.md, and docs/PIPES.md for the full user-facing guide.
Development
Releases
Rust releases are published to crates.io and tagged rust-v<version> in
GitHub Releases. The release title carries the [Rust] prefix, e.g.
[Rust] 0.14.0, so JS and Rust releases can be told apart at a glance.
- Release history: https://github.com/link-foundation/start/releases?q=%5BRust%5D
- Changelog fragments:
changelog.d/— each PR adds one fragment with abump: patch|minor|majorfrontmatter, which is collapsed into the consolidatedCHANGELOG.mdat release time.
License
Released into the public domain under the Unlicense.