Skip to content

phil-opp/book

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

If you would like to see this verison rendered, it’s on GitHub pages.

Requirements

Building the book requires mdBook. To get it:

$ cargo install mdbook

Building

To build the book, type:

$ make

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

$ firefox book/index.html

To run the tests:

$ make test

To do both:

$ make all

Contributing

I’m 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.

About

The Rust Programming Language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 79.7%
  • Makefile 20.3%