• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

[EBook] Mastering Rust

Status
Not open for further replies.

itsMe

*KillmeMories*
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
Joined
Jan 8, 2019
Messages
56,613
Solutions
2
Reputation
32
Reaction score
100,454
Points
2,313
Credits
32,650
‎6 Years of Service‎
 
76%
iFAqfqC.jpg


ISBN 9781032319018
November 11, 2022 Forthcoming by CRC Press
318 Pages 9 B/W Illustrations

Rust is a dependable and robust programming language that was created with today’s needs in mind, which is something that several other scripting languages lack. Rust was developed to provide high functions comparable to those of C and C++, and with a focus on code integrity, which is, arguably, lacking in languages such as C. Rust is a dynamically typed language that emphasizes performance and reliability, particularly in parallelism and storage organization. Rust allows you to store data on the tower or the shedload, and it recognizes the importance of performance optimization. It permits even more effective memory usage as well as faster memory management than most other programming languages in its league.

Table of Contents

- Getting Started with Rust
- Common Programming Concepts
- Understanding Ownership
- Using Structs for Related Data
- Enums and Pattern Matching
- Packages, Crates, and Modules
- Error Handling
- Generic Types, Traits, and Lifetimes
- I/O Project: Building a Command Line Program
- Cargo and crates.io
- Concurrency and State
- Object-oriented Programming in Rust

Code:
https://www.amazon.com/Mastering-Rust-Beginners-Computer-Science-ebook/dp/B0BFJTF6B2


To see this hidden content, you must like this content.
 
Status
Not open for further replies.
Back
Top