rust-lang-nursery/edition-guide

Name: edition-guide

Owner: rust-lang-nursery

Description: A guide to changes between various editions of Rust

Created: 2018-03-09 17:29:52.0

Updated: 2018-05-23 19:27:53.0

Pushed: 2018-05-23 19:29:22.0

Homepage: https://rust-lang-nursery.github.io/edition-guide/

Size: 1236

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

The Rust Edition Guide

Build Status

This book explains the concept of “editions”, major new eras in Rust's development. You can read the book online.

License

The Edition Guide is dual licensed under MIT/Apache2, just like Rust itself. See the LICENSE-* files in this repository for more details.

Building locally

You can also build the book and read it locally if you'd like.

Requirements

Building the book requires mdBook. To get it:

rgo install mdbook
Building

To build the book, do this:

book build

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

Firefox:

refox book/index.html                       # Linux
en -a "Firefox" book/index.html             # OS X
art-Process "firefox.exe" .\book\index.html # Windows (PowerShell)
art firefox.exe .\book\index.html           # Windows (Cmd)

Chrome:

ogle-chrome book/index.html                 # Linux
en -a "Google Chrome" book/index.html       # OS X
art-Process "chrome.exe" .\book\index.html  # Windows (PowerShell)
art chrome.exe .\book\index.html            # Windows (Cmd)

To run the tests:

book test

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.