جلد کتاب بازسازی کد با Rust - نسخه اول
 اثر  Mara, Lily ; Holmes, Joel

عنوان:

Refactoring to Rust Edition: 1

نویسنده:

Mara, Lily ; Holmes, Joel

انتشارات:

Manning Publications City: Shelter Island, NY

تاریخ انتشار:

2025

حجم:

3.1MB

دانلود

معرفی کتاب:" بازسازی کد با Rust - نسخه اول "

Refactoring to Rust کتابی کاربردی برای برنامه‌نویسانی است که می‌خواهند بدون بازنویسی کامل پروژه‌هایشان، از قدرت زبان برنامه‌نویسی Rust برای افزایش عملکرد و بهینه‌سازی مصرف حافظه بهره‌مند شوند.

آنچه در این کتاب می‌آموزید

  • ساخت کتابخانه‌های Rust که از زبان‌های دیگر فراخوانی می‌شوند
  • ادغام توابع Rust با کد موجود
  • استفاده از سیستم مالکیت و امانت‌داری (Ownership & Borrowing)
  • مدیریت خطا با enumها
  • کاهش مصرف حافظه با انواع مختلف رشته‌ها
  • افزایش عملکرد با پردازش هم‌زمان و async
  • ایجاد سرویس‌های HTTP با Rust

درباره تکنولوژی Rust

Rust برای امنیت حافظه، سرعت بالا، و قابلیت ادغام تدریجی با کدهای قدیمی طراحی شده است. این کتاب گام‌به‌گام روش‌های refactoring به Rust را بدون ایجاد اختلال در پروژه‌های موجود آموزش می‌دهد.

مطالب کلیدی کتاب

  • ساخت کتابخانه‌های مستقل با Rust
  • پوشش کدهای unsafe
  • افزایش کارایی برنامه‌ها با Concurrency
  • استفاده از WebAssembly برای اجرای Rust در مرورگر

مخاطبان این کتاب

برنامه‌نویسان میان‌رده‌ای که به دنبال بهبود عملکرد پروژه‌ها با Rust هستند، بدون اینکه نیاز به بازنویسی کامل داشته باشند.

درباره نویسندگان

Lily Mara مهندس نرم‌افزار با تخصص در ساخت اپلیکیشن‌های سریع با Rust است.

Joel Holmes نویسنده کتاب Shipping Go و از فعالان حوزه برنامه‌نویسی Cloud Native است.

فهرست مطالب

  • Cover
  • Copyright
  • Contributors
  • Table of Contents
  • Preface
  • Acknowledgments
  • About this book
  • About the authors
  • About the cover illustration
  • Chapter 1: Why refactor to Rust
  • What is refactoring?
  • What is Rust?
  • Why Rust?
  • Should you refactor to Rust?
  • When not to refactor to Rust
  • How does it work?
  • What will you learn in this book?
  • Who is this book for?
  • What tools do you need to get started?
  • Summary
  • Chapter 2: An overview of Rust
  • Ownership and borrowing
  • Memory management in other languages
  • Lifetimes
  • Rust’s string types
  • Enums and error handling
  • Summary
  • Chapter 3: Introduction to C FFI and unsafe Rust
  • Unsafe Rust
  • C Foreign Function Interface
  • Summary
  • Chapter 4: Advanced FFI
  • Downloading the NGINX source code
  • Creating the NGINX module
  • Linking C to Rust
  • Reading the NGINX request
  • Using our calculator library
  • Writing the HTTP response
  • Summary
  • Chapter 5: Structuring Rust libraries
  • Modules
  • Paths
  • Upward visibility
  • Summary
  • Chapter 6: Integrating with dynamic languages
  • Data processing in Python
  • Planning the move
  • JSON Parsing
  • Writing a Python extension module in Rust
  • Benchmarking in Rust
  • Optimized builds
  • Summary
  • Chapter 7: Testing your Rust integrations
  • Writing tests with Rust
  • Testing Rust code using Python
  • Summary
  • Chapter 8: Asynchronous Python with Rust
  • Generating a Mandelbrot set in Python
  • Scaling
  • Asyncio
  • Threading
  • Global Interpreter Lock
  • PyO3
  • Summary
  • Chapter 9: WebAssembly for refactoring JavaScript
  • What is WebAssembly?
  • Moving from JavaScript to Rust
  • Rust in the browser
  • Creating a React component
  • Web components entirely in Rust
  • Refactoring JavaScript revisited
  • Summary
  • Chapter 10: WebAssembly interface for refactoring
  • WASI universal runtime
  • From the browser to the machine
  • Wasm library
  • Consuming Wasm
  • More Wasm
  • Wasm memory
  • Just the beginning
  • Summary
  • Index

مشخصات

نام کتاب

Refactoring to Rust Edition: 1

نویسنده

Mara, Lily ; Holmes, Joel

انتشارات

Manning Publications City: Shelter Island, NY

تاریخ انتشار

2025

ISBN

9781617299018

تعداد صفحات

304

زبان

انگلیسی

فرمت

pdf

حجم

3.1MB

موضوع

Rust