All Projects → rust-lang → Edition Guide

rust-lang / Edition Guide

Licence: other
A guide to changes between various editions of Rust

Programming Languages

rust
11053 projects

Labels

Projects that are alternatives of or similar to Edition Guide

Think Comp 2e Zh
📖 [译] 复杂性思维
Stars: ✭ 125 (-11.35%)
Mutual labels:  book
Books
编程随想的电子书 Github + IPFS 墙内镜像,每天同步
Stars: ✭ 132 (-6.38%)
Mutual labels:  book
Thinking In Spring Boot Samples
小马哥书籍《Spring Boot 编程思想》示例工程
Stars: ✭ 1,725 (+1123.4%)
Mutual labels:  book
Honkit
📖 HonKit is building beautiful books using Markdown - Fork of GitBook
Stars: ✭ 1,901 (+1248.23%)
Mutual labels:  book
Lmpythw Zh
📖 [译] 笨办法学 Python · 续
Stars: ✭ 129 (-8.51%)
Mutual labels:  book
Rx Book
xgrommx.github.io/rx-book
Stars: ✭ 1,660 (+1077.3%)
Mutual labels:  book
From Python To Numpy
An open-access book on numpy vectorization techniques, Nicolas P. Rougier, 2017
Stars: ✭ 1,728 (+1125.53%)
Mutual labels:  book
Intro To Vuejs
Introduction to VueJS the anti-textbook (work in progress)
Stars: ✭ 138 (-2.13%)
Mutual labels:  book
Books
IT技术书籍文字版mobi epub格式
Stars: ✭ 131 (-7.09%)
Mutual labels:  book
Vertx In Action
Examples for the Manning "Vert.x in Action" book
Stars: ✭ 134 (-4.96%)
Mutual labels:  book
Nuxt Beginners Guide
Japan's first book that corresponds to Nuxt.js v2 and focuses on deep content.
Stars: ✭ 127 (-9.93%)
Mutual labels:  book
The Little Go Book
the little go book 繁體中文翻譯
Stars: ✭ 128 (-9.22%)
Mutual labels:  book
Fastdoc
Create publication-quality books from Jupyter notebooks
Stars: ✭ 134 (-4.96%)
Mutual labels:  book
Dtrace Stap Book
Book about DTrace and SystemTap
Stars: ✭ 125 (-11.35%)
Mutual labels:  book
Nim In Action Code
Nim in Action code samples
Stars: ✭ 137 (-2.84%)
Mutual labels:  book
Dotnetbook
.NET Platform Architecture book (English, Chinese, Russian)
Stars: ✭ 1,763 (+1150.35%)
Mutual labels:  book
Nimdays
Nim days book
Stars: ✭ 132 (-6.38%)
Mutual labels:  book
Easyreader
基于React native 的开源小说阅读器
Stars: ✭ 139 (-1.42%)
Mutual labels:  book
Bezierinfo 2
The development repo for the Primer on Bézier curves, https://pomax.github.io/bezierinfo
Stars: ✭ 1,843 (+1207.09%)
Mutual labels:  book
Manual Node
📗 📒 (PT-BR Tradução) 2020 Edition - Tradução por Christy e Vinicius Dias (https://github.com/ViniciusmDias).
Stars: ✭ 134 (-4.96%)
Mutual labels:  book

The Rust Edition Guide

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 0.4. To get it:

$ cargo install mdbook

Building

The most straight-forward way to build and view the book locally is to use the following command:

$ mdbook serve --open

This builds the HTML version of the book, starts a webserver at http://localhost:3000, and opens your default web browser. It will also automatically rebuild the book whenever the source changes, and the page should automatically reload.

To run the tests:

$ mdbook test
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].