Product details
- Publisher : O'Reilly Media; 1st edition (January 2, 2018)
- Language : English
- Paperback : 622 pages
- ISBN-10 : 1491927283
-
ISBN-13 : 978-1491927281
کتاب Programming Rust: Fast, Safe Systems Development 1st Edition
Rust is a new systems programming language that combines the performance and low-level control of C and C++ with memory safety and thread safety. Rustâ??s modern, flexible types ensure your program is free of null pointer dereferences, double frees, dangling pointers, and similar bugs, all at compile time, without runtime overhead. In multi-threaded code, Rust catches data races at compile time, making concurrency much easier to use.
Written by two experienced systems programmers, this book explains how Rust manages to bridge the gap between performance and safety, and how you can take advantage of it. Topics include:
- How Rust represents values in memory (with diagrams)
- Complete explanations of ownership, moves, borrows, and lifetimes
- Cargo, rustdoc, unit tests, and how to publish your code on crates.io, Rustâ??s public package repository
- High-level features like generic code, closures, collections, and iterators that make Rust productive and flexible
- Concurrency in Rust: threads, mutexes, channels, and atomics, all much safer to use than in C or C++
- Unsafe code, and how to preserve the integrity of ordinary code that uses it
- Extended examples illustrating how pieces of the language fit together
منابع کتاب کتاب Programming Rust: Fast, Safe Systems Development 1st Edition
Rust یک زبان برنامه نویسی سیستم جدید است که عملکرد و کنترل سطح پایین C و C++ را با ایمنی حافظه و ایمنی رشته ترکیب می کند. انواع مدرن و انعطاف پذیر Rustâ اطمینان می دهد که برنامه شما فاقد ارجاعات اشاره گر تهی، آزادهای مضاعف، نشانگرهای آویزان و اشکالات مشابه است، همه در زمان کامپایل، بدون سربار زمان اجرا. در کدهای چند رشته ای، Rust مسابقه داده را در زمان کامپایل می گیرد و استفاده از همزمانی را بسیار آسان تر می کند.
این کتاب که توسط دو برنامه نویس باتجربه سیستم نوشته شده است، توضیح می دهد که چگونه Rust موفق می شود شکاف بین عملکرد و ایمنی را پر کند و چگونه می توانید از آن بهره ببرید. موضوعات عبارتند از:
- چگونه Rust مقادیر را در حافظه نشان می دهد (با نمودارها)
- توضیحات کامل در مورد مالکیت، نقل مکان، وام و طول عمر
- محموله، rustdoc، تست واحد، و نحوه انتشار کد خود در crates.io، مخزن بسته عمومی Rustâ؟
- ویژگیهای سطح بالا مانند کد عمومی، بسته شدن، مجموعهها و تکرارکنندهها که Rust را سازنده و انعطافپذیر میکنند.
- همزمانی در Rust: رشتهها، mutexes، کانالها و اتمیها، استفاده از همگی بسیار امنتر از C یا C++
- کد ناامن و نحوه حفظ یکپارچگی کد معمولی که از آن استفاده می کند
- مثالهای گستردهای که نشان میدهند چگونه تکههای زبان در کنار هم قرار میگیرند
ارسال نظر درباره کتاب Programming Rust: Fast, Safe Systems Development 1st Edition