Descriere YEO:
Pe YEO găsești Programming Rust: Fast, Safe Systems de la Jim Blandy, în categoria Computers.
Indiferent de nevoile tale, Programming Rust: Fast, Safe Systems Development - Jim Blandy din categoria Computers îți poate aduce un echilibru perfect între calitate și preț, cu avantaje practice și moderne.
Preț: 396.75 Lei
Caracteristicile produsului Programming Rust: Fast, Safe Systems
- Brand: Jim Blandy
- Categoria: Computers
- Magazin: libris.ro
- Ultima actualizare: 25-11-2024 01:40:54
Comandă Programming Rust: Fast, Safe Systems Online, Simplu și Rapid
Prin intermediul platformei YEO, poți comanda Programming Rust: Fast, Safe Systems de la libris.ro rapid și în siguranță. Bucură-te de o experiență de cumpărături online optimizată și descoperă cele mai bune oferte actualizate constant.
Descriere magazin:
Systems programming provides the foundation for the world\'s computation. Developing performance-sensitive code requires a programming language that puts programmers in control of how memory, processor time, and other system resources are used. The
Rust systems programming language combines that control with a modern type system that catches broad classes of common mistakes, from memory management errors to interthread data races. With this practical guide, experienced systems programmers will learn how to successfully bridge the gap between performance and safety using
Rust. Jim
Blandy, Jason Orendorff, and Leonora Tindall demonstrate how
Rust\'s features put programmers in control over memory consumption and processor use by combining predictable performance with memory safety and trustworthy concurrency. You\'ll learn: Rust\'s fundamental data types and the core concepts of ownership and borrowing Language basics including error handling, crates and modules, structs, and enums How to write flexible, efficient code with traits and generics Rust\'s key power tools: closures, iterators, and asynchronous programming Collections, strings and text, input and output, concurrency, macros, unsafe code, and interfacing with foreign functions This updated edition covers Rust 1.50 (February 2021).