Tags
Language
Tags
September 2025
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Programming Rust, 2nd Edition

    Posted By: sammoh
    Programming Rust, 2nd Edition

    Programming Rust, 2nd Edition
    English | 2021 | ISBN: 9781492052593 | 331 pages | EPUB | 3.42 MB

    The Rust programming language offers the rare and valuable combination of statically verified memory safety and low-level control. Imagine C++ but without dangling pointers, null pointer dereferences, or buffer overruns, and with a deep library of freely reusable libraries.

    This practical guide gives systems and application programmers alike a solid understanding of Rust's rules, and shows how to put them to work ensuring their programs are not only efficient, but free of broad classes of common errors.

    Rust brings the benefits of an expressive modern type system to systems programming. Authors Jim Blandy, Jason Orendorff, and Leonora F.S. Tindall demonstrate how Rust's features put programmers in control over memory consumption and processor use, combining predictable performance with memory safety and trustworthy concurrency.

    You'll learn:

    How to write fast, safe, concurrent programs in Rust
    Rust's rules for managing memory efficiently, including ownership, borrowing, moves, and lifetimes
    How to design interfaces that fit well into the Rust ecosystem
    Cargo, Rust's all-purpose tool for building, testing, and managing Rust packages
    High-level features like traits, generics, closures, and iterators that make Rust productive and flexible