OFFRE LISEUSES

Une liseuse achetée = une housse offerte* jusqu'au 21 juin

Testing and Debugging Rust Applications: Unit Tests, Integration Tests, and Production Readiness. Rust Development for Real-World Applications

Par : Julian R
Offrir maintenant
Ou planifier dans votre panier
Disponible dans votre compte client Decitre ou Furet du Nord dès validation de votre commande. Le format ePub protégé est :
  • Compatible avec une lecture sur My Vivlio (smartphone, tablette, ordinateur)
  • Compatible avec une lecture sur liseuses Vivlio
  • Pour les liseuses autres que Vivlio, vous devez utiliser le logiciel Adobe Digital Edition. Non compatible avec la lecture sur les liseuses Kindle, Remarkable et Sony
  • Non compatible avec un achat hors France métropolitaine
Logo Vivlio, qui est-ce ?

Notre partenaire de plateforme de lecture numérique où vous retrouverez l'ensemble de vos ebooks gratuitement

Pour en savoir plus sur nos ebooks, consultez notre aide en ligne ici
C'est si simple ! Lisez votre ebook avec l'app Vivlio sur votre tablette, mobile ou ordinateur :
Google PlayApp Store
  • FormatePub
  • ISBN8235072534
  • EAN9798235072534
  • Date de parution27/03/2026
  • Protection num.Adobe DRM
  • Infos supplémentairesepub
  • ÉditeurIoakim Ioakim

Résumé

Are you relying solely on the Rust compiler to catch your bugs?Rust's strict ownership model and borrow checker are revolutionary, eliminating entire classes of memory vulnerabilities. However, compile-time safety does not guarantee logical correctness. In complex systems programming, a program can be perfectly memory-safe while remaining completely incorrect. Testing and Debugging Rust Applications is the definitive guide for intermediate and advanced developers who want to bridge the gap between "it compiles" and "it is production-ready." This comprehensive resource moves beyond basic syntax to explore the professional discipline of software verification, equipping you with the tools to build robust, maintainable, and highly observable systems.
Inside this book, you will discover how to: Leverage Rust's type system to make invalid states unrepresentable and eliminate redundant tests. Master the Cargo testing infrastructure to organize, isolate, and execute unit and integration tests at scale. Abstract complex external dependencies like databases and network clients using traits, mocks, and stateful fakes. Conquer the challenges of testing asynchronous and concurrent code using Tokio, virtual time, and explicit synchronization.
Move beyond example-based testing by implementing property-based testing and coverage-guided fuzzing to uncover hidden vulnerabilities. Benchmark your algorithms precisely using Criterion and profile execution bottlenecks with flamegraphs. Establish a professional debugging workflow using GDB, LLDB, and advanced error propagation techniques. Implement structured logging, tracing, and metrics to maintain absolute visibility over your live production deployments.
Whether you are building high-performance network proxies, database storage engines, or embedded controllers, this book provides the actionable workflows and architectural patterns required to guarantee reliability. Stop hoping your code works. Prove it.