Welcome to the Rust Forge! Rust Forge serves as a repository of supplementary documentation useful for members of The Rust Programming Language.
$ mdbook build
This will build and run the blacksmith
tool automatically.
When developing it's recommended to use the serve
command to launch a local
server to allow you to easily see and update changes you make.
$ mdbook serve
Forge uses JavaScript to display dates for releases and "no tools breakage
week". When making modifications to the JavaScript make sure it matches the
standard style. You can install standard
and automatically format the code
using the following commands.
# With Yarn
yarn global add standard
# With NPM
npm install --global standard
standard --fix js/