Code Like a Pro in Rust
Autor Brenden Matthewsen Limba Engleză Paperback – 26 mar 2024
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.
Preț: 324.93 lei
Preț vechi: 406.17 lei
-20% Nou
Puncte Express: 487
Preț estimativ în valută:
62.18€ • 64.53$ • 51.97£
62.18€ • 64.53$ • 51.97£
Carte disponibilă
Livrare economică 24 februarie-10 martie
Livrare express 07-13 februarie pentru 32.71 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
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 DATAREAD IN LIVEBOOK4DATA STRUCTURES
READ IN LIVEBOOK5WORKING WITH MEMORY
PART 3 CORRECTNESSREAD IN LIVEBOOK6UNIT TESTING
READ IN LIVEBOOK7INTEGRATION TESTING
PART 4 PATTERNS8 COMMON DESIGN PATTERNS
9 ADVANCED PATTERNS
PART 5 ADVANCED10 ASYNC RUST
11 OPTIMIZATIONS
APPENDIXESAPPENDIX A: INSTALLING TOOLS FOR THIS BOOK