P-E-P / spec

The Rust specification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

The Rust specification

License:Apache License 2.0


Languages

Language:Rust 79.2%Language:CSS 20.8%