| commit | db882044c885973c0227bbddd3d4d76842a65b39 | [log] [tgz] |
|---|---|---|
| author | Eric Huss <eric@huss.org> | Mon Jan 08 18:58:49 2024 -0800 |
| committer | Eric Huss <eric@huss.org> | Mon Jan 08 18:58:49 2024 -0800 |
| tree | a423622a6657e65e830c4eec4cf7f4826efdc1ad | |
| parent | bbffb074e16bef89772818b400b6c76a65eac126 [diff] |
Revert #286: Add C-string literals. This reverts commit 5a4e7bae7205053f7f4716443fbf0f3d1eb424dc, reversing changes made to 34fca48ed284525b2f124bf93c51af36d6685492. This is being reverted in https://github.com/rust-lang/rust/pull/119528
This book explains the concept of “editions”, major new eras in Rust's development. You can read the book online.
The Rust Edition Guide is dual licensed under MIT/Apache2, just like Rust itself. See the LICENSE-* files in this repository for more details.
You can also build the book and read it locally if you'd like.
Building the book requires mdBook 0.4. To get it:
$ cargo install mdbook
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