Skip to content

robsyme/reference

This branch is 1999 commits behind rust-lang/reference:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a1ef5a0 · Jul 16, 2020
Feb 21, 2020
Jul 16, 2020
Feb 6, 2020
Sep 26, 2019
Apr 5, 2017
Mar 2, 2017
Apr 4, 2020
Mar 2, 2017
Mar 2, 2017
Jun 2, 2020
Apr 4, 2020
Nov 6, 2019
Mar 2, 2017

Repository files navigation

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.

About

The Rust Reference

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

  • HTML 64.9%
  • Rust 17.7%
  • CSS 17.4%