Skip to content

The Rust specification

License

Notifications You must be signed in to change notification settings

dtolnay-contrib/spec

 
 

Repository files navigation

The Rust Specification

Building

The specification uses mdBook to process the source into HTML. See [mdBook Installation] for more information on installing mdBook. To build the book, run:

mdbook build

This will output the HTML into a directory called book.

For authors, consider using the server functionality which supports automatic reload:

mdbook serve --open

This will open a browser with a websocket live-link to automatically reload whenever the source is updated.

License

The Rust Specification is distributed under the terms of both the MIT license and the Apache license (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT for details.

Releases

No releases published

Packages

No packages published

Languages

  • Rust 79.2%
  • CSS 20.8%