How-to guides¶
Each page solves one problem and assumes you already know why you want to.
| Guide | Problem |
|---|---|
| Point a tool at a release source | You have a config file and need rtb-forge to resolve a backend from it |
| Authenticate clone, fetch and push | The repository is private and the operation needs a token |
| Stream a release asset to disk | You have a Release and want the bytes on the filesystem |
| Add your own release backend | Your artefacts live somewhere none of the six built-ins understands |
New to the crate? Start with the tutorial, which builds a working program from nothing.