Skip to content

Commit e51820a

Browse files
authored
Merge pull request #91 from KushajveerSingh/patch-6
Update Beginning Rust to 2nd edition
2 parents c7f1d01 + 8d94895 commit e51820a

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,17 @@ While systems programming languages have greatly evolved since the introduction
4444

4545
Rust is a highly concurrent and high-performance language that focuses on safety and speed, memory management, and writing clean code. It also guarantees thread safety, and it aims to improve the performance of existing applications. It has been backed by Mozilla to solve the critical problem of concurrency.
4646

47-
### [Beginning Rust - From Novice to Professional](https://www.oreilly.com/library/view/beginning-rust-from/9781484234686/)
47+
### [Beginning Rust - Get Started with Rust 2021 Edition](https://www.oreilly.com/library/view/beginning-rust-get/9781484272084/) 2nd Edition
4848

49-
<img src="https://learning.oreilly.com/library/cover/9781484234686/250w/" width="120px"/>
49+
<img src="https://learning.oreilly.com/library/cover/9781484272084/250w/" width="120px"/>
5050

51-
Learn to program with Rust in an easy, step-by-step manner on Unix, Linux shell, macOS and the Windows command line. As you read this book, you’ll build on the knowledge you gained in previous chapters and see what Rust has to offer.
51+
Learn to program with Rust 2021 Edition, in an easy, step-by-step manner on Unix, the Linux shell, macOS, and the Windows command line. As you read this book, you’ll build on the knowledge you gained in previous chapters and see what Rust has to offer.
5252

5353
Beginning Rust starts with the basics of Rust, including how to name objects, control execution flow, and handle primitive types. You’ll see how to do arithmetic, allocate memory, use iterators, and handle input/output. Once you have mastered these core skills, you’ll work on handling errors and using the object-oriented features of Rust to build robust Rust applications in no time.
5454

55-
Only basic knowledge of programming is required, preferably in C or C++. To understand this book, it's enough to know what integers and floating-point numbers are, and to distinguish identifiers from string literals.
55+
Only a basic knowledge of programming in C or C++ and familiarity with a command console are required. After reading this book, you’ll be ready to build simple Rust applications.
56+
57+
Those who are new to Rust and who have at least some prior experience with programming in general: some C/C++ is recommended particularly.
5658

5759
### [Rust Cookbook](https://www.packtpub.com/product/rust-cookbook/9781785880254)
5860

0 commit comments

Comments
 (0)