Systems Development with Rust: A Modern Approach to Low-Level Programming (eBook)

Systems Development with Rust: A Modern Approach to Low-Level Programming (eBook)

Aaron Blake
Aaron Blake
Prezzo:
€ 5,99
Compra EPUB
Prezzo:
€ 5,99
Compra EPUB

Formato

:
EPUB
Cloud: Scopri di più
Compatibilità: Tutti i dispositivi
Lingua: Inglese
Editore: Aaron Blake
Codice EAN: 9798232130466
Anno pubblicazione: 2025
Scopri QUI come leggere i tuoi eBook
Abbonati a Kobo Plus per avere accesso illimitato a migliaia di eBook

Note legali

NOTE LEGALI

a) Garanzia legale, Pagamenti, Consegne, Diritto di recesso
b) Informazioni sul prezzo
Il prezzo barrato corrisponde al prezzo di vendita al pubblico al lordo di IVA e al netto delle spese di spedizione
Il prezzo barrato dei libri italiani corrisponde al prezzo di copertina.
I libri in inglese di Libraccio sono di provenienza americana o inglese.
Libraccio riceve quotidianamente i prodotti dagli USA e dalla Gran Bretagna, pagandone i costi di importazione, spedizione in Italia ecc.
Il prezzo in EURO è fissato da Libraccio e, in alcuni casi, può discostarsi leggermente dal cambio dollaro/euro o sterlina/euro del giorno. Il prezzo che pagherai sarà quello in EURO al momento della conferma dell'ordine.
In ogni caso potrai verificare la convenienza dei nostri prezzi rispetto ad altri siti italiani e, in moltissimi casi, anche rispetto all'acquisto su siti americani o inglesi.
c) Disponibilità
I termini relativi alla disponibilità dei prodotti sono indicati nelle Condizioni generali di vendita.

Disponibilità immediata
L'articolo è immediatamente disponibile presso Libraccio e saremo in grado di procedere con la spedizione entro un giorno lavorativo.
Nota: La disponibilità prevista fa riferimento a singole disponibilità.

Disponibile in giorni o settimane (ad es. "3-5-10 giorni", "4-5 settimane" )
L'articolo sarà disponibile entro le tempistiche indicate, necessarie per ricevere l'articolo dai nostri fornitori e preparare la spedizione.
Nota: La disponibilità prevista fa riferimento a singole disponibilità.

Prenotazione libri scolastici
Il servizio ti permette di prenotare libri scolastici nuovi che risultano non disponibili al momento dell'acquisto.

Attualmente non disponibile
L'articolo sarà disponibile ma non sappiamo ancora quando. Inserisci la tua mail dalla scheda prodotto attivando il servizio Libraccio “avvisami” e sarai contattato quando sarà ordinabile.

Difficile reperibilità
Abbiamo dei problemi nel reperire il prodotto. Il fornitore non ci dà informazioni sulla sua reperibilità, ma se desideri comunque effettuare l'ordine, cercheremo di averlo nei tempi indicati. Se non sarà possibile, ti avvertiremo via e-mail e l'ordine verrà cancellato.
Chiudi

Descrizione

Master the Future of Systems Programming with Rust For decades, the world of low-level systems development has been governed by a difficult compromise: to achieve maximum performance, you had to accept the risks of manual memory management, data races, and undefined behavior. Languages like C and C++ built our digital world, but at the cost of countless security vulnerabilities and crashes. A new era has begun. Systems Development with Rust is your definitive guide to a modern language that shatters this old compromise. Rust offers the raw power and bare-metal performance of C++, combined with a revolutionary compile-time guarantee of memory and thread safety. This book will teach you how to leverage Rust to write software that is not only incredibly fast but also fundamentally reliable. Starting from first principles, this book is designed for both experienced programmers and curious newcomers. Whether you are coming from a high-level language like Python, a seasoned C++ veteran looking for a safer alternative, or a student wanting to build a deep foundation in computer systems, this guide provides a clear, hands-on path to mastery. Inside, you will discover: Rust Fundamentals from a Systems Perspective: Go beyond basic syntax to understand how Rust's core features, including its groundbreaking ownership model, map to the underlying hardware. Core Systems Concepts: Dive deep into memory management, unsafe Rust, interfacing with C (FFI), low-level bit manipulation, filesystem I/O, and process management. Advanced Architectures: Master fearless concurrency with both multi-threading and modern asynchronous programming and learn the disciplined art of performance profiling and optimization. Real-World Projects: Apply your knowledge by building a portfolio of substantial systems from scratch, including a high-performance command-line tool, an introduction to embedded programming, a concurrent web server, a custom memory allocator, and a simple shell. Stop fighting memory bugs and start building the next generation of fast, safe, and concurrent systems. The future of systems programming is here. Learn to build it with Rust.