rtb-forge — standalone module (formerly rtb-vcs)¶
rtb-vcs was extracted from this monorepo into the
phpboyscout Rust toolkit (Wave 4 of the
multi-repo decomposition)
and renamed to rtb-forge on the way out — a deliberate pre-1.0
name convergence with Go Tool Base's forge module (strategy decision
D4). The API and behaviour are unchanged; imports move from
rtb_vcs:: to rtb_forge::, and the umbrella crate's feature and
re-export are now forge / rtb::forge (previously vcs /
rtb::vcs). The env-var contract is untouched: RTB_VCS_GIT_TOKEN
keeps its name.
- Docs: https://forge.rust.phpboyscout.uk
- API reference: https://docs.rs/rtb-forge
- Source: https://gitlab.com/phpboyscout/rust/forge
Its design records remain in this repo's
spec series under the rtb-vcs name.