Cantitate/Preț
Produs

Code Like a Pro in Rust

Autor Brenden Matthews
en Limba Engleză Paperback – 26 mar 2024
Get ready to code like a pro in Rust! This hands-on guide dives deep into memory management, asynchronous programming, and Rust design patterns and explores essential productivity techniques like testing, tooling, and project management.
Code Like A Pro in Rust is a fast-track guide to building and delivering professional quality software in Rust. Youll upgrade your basic knowledge of Rust with conventions, best practices, and veterans secrets that are normally only learned through years of experience. Skip the fluff and get right to the heart of this powerful modern language, including Rusts support for asynchronous programming and integrating Rust with codebases written in other languages.
Citește tot Restrânge

Preț: 32493 lei

Preț vechi: 40617 lei
-20% Nou

Puncte Express: 487

Preț estimativ în valută:
6218 6453$ 5197£

Carte disponibilă

Livrare economică 24 februarie-10 martie
Livrare express 07-13 februarie pentru 3271 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781617299643
ISBN-10: 1617299642
Pagini: 264
Dimensiuni: 185 x 233 x 16 mm
Greutate: 0.5 kg
Editura: Manning Publications

Cuprins

table of contents detailed TOC
PART 1 PRO RUST
READ IN LIVEBOOK1FEELIN' RUSTY
READ IN LIVEBOOK2PROJECT MANAGEMENT WITH CARGO
READ IN LIVEBOOK3RUST TOOLING
PART 2 CORE DATA
READ IN LIVEBOOK4DATA STRUCTURES
READ IN LIVEBOOK5WORKING WITH MEMORY
PART 3 CORRECTNESS
READ IN LIVEBOOK6UNIT TESTING
READ IN LIVEBOOK7INTEGRATION TESTING
PART 4 PATTERNS
8 COMMON DESIGN PATTERNS
9 ADVANCED PATTERNS
PART 5 ADVANCED
10 ASYNC RUST
11 OPTIMIZATIONS
APPENDIXES
APPENDIX A: INSTALLING TOOLS FOR THIS BOOK