Sign up
Forgot password?
FAQ: Login

McNamara Tim. Rust in Action (MEAP V.10)

  • pdf file
  • size 7,68 MB
  • added by
  • info modified
McNamara Tim. Rust in Action (MEAP V.10)
Manning Publications Co., 2020 (estimated). — 400 p. — ISBN: 9781617294556.
Rust in Action introduces the Rust programming language by exploring numerous systems programming concepts and techniques.You'll be learning Rust by delving into how computers work under the hood. You'll find yourself playing with persistent storage, memory, networking and even tinkering with CPU instructions. The book takes you through using Rust to extend other applications and teaches you tricks to write blindingly fast code. You'll also discover parallel and concurrent programming. Filled to the brim with real-life use-cases and scenarios, you'll go beyond the Rust syntax and see what Rust has to offer in real-world use cases.
Rust is a new systems programming language that gives you the low-level power of C with the elegance and ease of languages like Ruby and Python. Rust is thread safe, enabling "fearless concurrency". Threads are guaranteed not to overwrite each others' data, but it doesn't impose a garbage collector on you, keeping runtime performance predictable. It incorporates features from functional programming such as higher-order functions that allow for compact, readable programs. Rust is perfect for developers who want to fearlessly explore systems programming with a more ergonomic, less intimidating alternative to C or C++.
What's inside
Portability with Rust
Concurrent and parallel programming
Sharing resources with locks or atomic operations
Avoiding programming with global state
Message passing inside your applications
Memory management and garbage collection
Readers need intermediate programming skills and familiarity with general computer science concepts, the command line, and networking.
Tim McNamara is an experienced programmer with a deep interest in natural language processing, text mining, and wider forms of machine learning and artificial intelligence. He is very active in open-source communities including the New Zealand Open-source Society.
Introducing Rust
What Makes Rust Distinctive?
Language Foundations
Compound Data Types
Lifetimes, Ownership and Borrowing
Demystifying Systems Programming
Data in Depth
Memory
Files & Storage
Networking
Time and Time Keeping
ExceptionsThreads, Processes & Containers
Kernel
Signals, Interrupts and Exceptions
  • Sign up or login using form at top of the page to download this file.
  • Sign up
Up