Skip to content

Information useful to people contributing to Rust

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

Zexbe/rust-forge

 
 

Repository files navigation

Rust Forge

Welcome to the Rust Forge! Rust Forge serves as a repository of supplementary documentation useful for members of The Rust Programming Language.

Building

$ mdbook build

This will build and run the blacksmith tool automatically.

Development

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

JavaScript

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.

Install

# With Yarn
yarn global add standard
# With NPM
npm install --global standard

Formatting

standard --fix js/

About

Information useful to people contributing to Rust

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 91.2%
  • JavaScript 6.7%
  • HTML 1.6%
  • Shell 0.5%