Programming Rust: Fast, Safe Systems Development, 2nd Edition by Jim Blandy, Jason Orendorff, Leonora F.S. Tindall
English | July 6th, 2021 | ISBN: 1492052590 | 736 pages | True EPUB | 6.24 MB
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.