forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rollup merge of rust-lang#24244 - steveklabnik:more_editing, r=stevek…
…labnik Fill out blank section headers. Copy edit the entire first section.
- Loading branch information
Showing
8 changed files
with
282 additions
and
172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,8 @@ | ||
% Effective Rust | ||
|
||
So you’ve learned how to write some Rust code. But there’s a difference between | ||
writing *any* Rust code and writing *good* Rust code. | ||
|
||
This section consists of relatively independent tutorials which show you how to | ||
take your Rust to the next level. Common patterns and standard library features | ||
will be introduced. Read these sections in any order of your choosing. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
% Getting Started | ||
|
||
This first section of the book will get you going with Rust and its tooling. | ||
First, we’ll install Rust. Then: the classic ‘Hello World’ program. Finally, | ||
we’ll talk about Cargo, Rust’s build system and package manager. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.