Programming Rust fast, safe systems development

Systems programming provides the foundation for the world's computation. Writing 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 co...

Full description

Bibliographic Details
Main Authors: Blandy, Jim, Orendorff, Jason (Author), Tindall, Leonora F. S. (Author)
Format: eBook
Language:English
Published: Cambridge O'Reilly 2021
Edition:Second edition, Jim Blandy, Jason Orendorff, Leonora F.S. Tindall
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 02451nmm a2200349 u 4500
001 EB001941112
003 EBX01000000000000001104014
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 9781492052548 
020 |a 149205254X 
020 |a 9781492052562 
050 4 |a QA76.73.R87 
100 1 |a Blandy, Jim 
245 0 0 |a Programming Rust  |b fast, safe systems development 
250 |a Second edition, Jim Blandy, Jason Orendorff, Leonora F.S. Tindall 
260 |a Cambridge  |b O'Reilly  |c 2021 
300 |a 1 online resource  |b illustrations (black and white) 
653 |a Rust (Computer program language) / fast 
653 |a Rust (Langage de programmation) 
653 |a Rust (Computer program language) / http://id.loc.gov/authorities/subjects/sh2018000672 
700 1 |a Orendorff, Jason  |e author 
700 1 |a Tindall, Leonora F. S.  |e author 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
776 |z 9781492052548 
776 |z 9781492052593 
776 |z 9781492052562 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781492052586/?ar  |x Verlag  |3 Volltext 
082 0 |a 005.13/3 
520 |a Systems programming provides the foundation for the world's computation. Writing 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 data races between threads.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 borrowingHow to write flexible, efficient code with traits and genericsHow to write fast, multithreaded code without data racesRust's key power tools: closures, iterators, and asynchronous programmingCollections, strings and text, input and output, macros, unsafe code, and foreign function interfacesThis revised, updated edition covers the Rust 2021 Edition