rtb-update — standalone module¶
rtb-update was extracted from this monorepo into the
phpboyscout Rust toolkit (Wave 5 of the
multi-repo decomposition),
alongside its runtime-family siblings rtb-cli, rtb-docs, and
rtb-mcp. The crate name, API, and behaviour are unchanged —
including the Ed25519 detached-signature + SHA-256 checksum
verification that always completes before self-replace swaps the
binary.
- Docs: https://cli.rust.phpboyscout.uk
- API reference: https://docs.rs/rtb-update
- Source: https://gitlab.com/phpboyscout/rust/cli
Its design records remain in this repo's spec series, and the operator-facing guidance stays in How-to: secure releases.