Skip to content
Branch: master
Clone or download
Centril Merge pull request #558 from ehuss/fix-glossary-link
Fix broken link in glossary.
Latest commit e61f20d Mar 31, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
src
stable-check Removed copyright notices & made cosmetic improvements. Jan 13, 2019
tests Fix tidy error. Mar 21, 2019
.gitattributes Fix tidy on Windows Apr 5, 2017
.gitignore Start the port of the reference to mdBook Mar 2, 2017
.travis.yml
CONTRIBUTING.md
LICENSE-APACHE
LICENSE-MIT
README.md
book.toml
reference.md

README.md

The Rust Language Reference

This document is the primary reference for the Rust programming language.

This document is not normative. It may include details that are specific to rustc itself, and should not be taken as a specification for the Rust language. We intend to produce such a document someday, but this is what we have for now.

Dependencies

  • rustc (the Rust compiler).
  • mdbook (use cargo install mdbook to install it).

Build steps

First, go to the repository folder and test the code snippets to catch compilation errors:

cd reference
mdbook test

And then generate the book:

mdbook build

The generated HTML will be in the docs folder.

You can’t perform that action at this time.