Muutke küpsiste eelistusi

Code Like a Pro in Rust [Pehme köide]

  • Formaat: Paperback / softback, 225 pages, kõrgus x laius x paksus: 235x187x13 mm, kaal: 500 g
  • Ilmumisaeg: 18-Mar-2024
  • Kirjastus: Manning Publications
  • ISBN-10: 1617299642
  • ISBN-13: 9781617299643
Teised raamatud teemal:
  • Formaat: Paperback / softback, 225 pages, kõrgus x laius x paksus: 235x187x13 mm, kaal: 500 g
  • Ilmumisaeg: 18-Mar-2024
  • Kirjastus: Manning Publications
  • ISBN-10: 1617299642
  • ISBN-13: 9781617299643
Teised raamatud teemal:
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.

In  Code Like A Pro in Rust you will learn:





Essential Rust tooling Core Rust data structures Memory management Design patterns for Rust Testing in Rust Asynchronous programming for Rust Optimized Rust Rust project management



Code Like A Pro in Rust is a fast-track guide to building and delivering professional quality software in Rust. You'll upgrade your basic knowledge of Rust with conventions, best practices, and veteran's 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 Rust's support for asynchronous programming and integrating Rust with codebases written in other languages. about the technology Programmers prize Rust for its safety, performance, and security. However, its strict syntax and tricky memory management can make it challenging to master. This practical guide shows you how to balance Rust's trade offs, lessen its cognitive load, and rapidly bring your productivity to a professional level. about the book Code Like a Pro in Rust shows you how to quickly create and ship Rust programs without wasting time on language quirks, compiler problems, and unexpected complexities. It builds on your existing Rust knowledge with design patterns and shortcuts direct from veteran Rust contributor Brenden Matthews. You'll learn to use important Rust tooling like rust-analyzer, Clippy, and Cargo, as well as best practices for unit testing and code optimization. By the time you're done, you'll be writing high quality code with less maintenance overhead. RETAIL SELLING POINTS    Essential Rust tooling  Core Rust data structures  Memory management  Design patterns for Rust  Testing in Rust  Asynchronous programming for Rust  Optimized Rust  Rust project management  AUDIENCE  For aspiring Rust pros familiar with the basics of the language.
table of contents  detailed TOC PART 1 PRO RUST READ IN
LIVEBOOK 1FEELIN' RUSTY READ IN LIVEBOOK 2PROJECT MANAGEMENT WITH
CARGO READ IN LIVEBOOK 3RUST TOOLING PART 2 CORE DATA READ IN
LIVEBOOK 4DATA STRUCTURES READ IN LIVEBOOK 5WORKING WITH MEMORY
PART 3 CORRECTNESS READ IN LIVEBOOK 6UNIT TESTING READ IN LIVEBOOK
7INTEGRATION 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
Brenden Matthews  is a software engineer, entrepreneur, and a prolific open source contributor. He has been using Rust since the early days of the language, and has contributed to a number of Rust tools and OS projects.