Steve Klabnik 2022f08eed Merge pull request #2 from rust-lang/travis
Initial travis config
2015-12-14 11:10:02 -05:00
2015-12-11 17:50:02 -05:00
2015-12-11 17:50:02 -05:00
2015-12-14 11:04:46 -05:00
2015-12-14 15:45:33 +01:00

The Rust Programming Language

This is the next iteration of “The Rust Programming Language”, which is currently located in the main Rust repository. If you want to read the book, you should check it out there or on the web.

Requirements

Building the book requires mdBook. To get it:

$ cargo install mdbook

Building

To build the book, type:

$ mdbook build

The output will be in the book subdirectory. To check it out, open it in your web browser:

$ firefox book/index.html

Contributing

Im not going to be accepting major changes at first, but pull requests to fix typos and such are welcome. Please file any issues for discussion of larger changes.

This repository is under the same license as Rust itself, MIT/Apache2.

Description
The Rust Programming Language
Readme 87 MiB
Languages
Rust 88.7%
XSLT 5%
Shell 2.8%
HTML 2.2%
JavaScript 0.8%
Other 0.5%