Muestra
  • Rust in Action

  • De: Tim McNamara
  • Narrado por: Derek Dysart
  • Duración: 10 h y 23 m
  • 4.3 out of 5 stars (6 calificaciones)

Prime logotipo Exclusivo para miembros Prime: ¿Nuevo en Audible? Obtén 2 audiolibros gratis con tu prueba.
Elige 1 audiolibro al mes de nuestra inigualable colección.
Escucha todo lo que quieras de entre miles de audiolibros, Originals y podcasts incluidos.
Accede a ofertas y descuentos exclusivos.

Rust in Action

De: Tim McNamara
Narrado por: Derek Dysart
Prueba por $0.00

$14.95 al mes después de 30 días. Cancela en cualquier momento.

Compra ahora por $24.95

Compra ahora por $24.95

la tarjeta con terminación
Al confirmar tu compra, aceptas las Condiciones de Uso de Audible y el Aviso de Privacidad de Amazon. Impuestos a cobrar según aplique.

Grandes primeros Títulos

The Pragmatic Programmer: 20th Anniversary Edition, 2nd Edition Audiolibro Por David Thomas, Andrew Hunt arte de portada
The Pragmatic Programmer: 20th Anniversary Edition, 2nd Edition De: David Thomas, y otros
Modern Software Engineering Audiolibro Por David Farley arte de portada
Modern Software Engineering De: David Farley
The Unicorn Project Audiolibro Por Gene Kim arte de portada
The Unicorn Project De: Gene Kim
Advanced Algorithms and Data Structures Audiolibro Por Marcello La Rocca arte de portada
Advanced Algorithms and Data Structures De: Marcello La Rocca
Grokking Algorithms Audiolibro Por Aditya Bhargava arte de portada
Grokking Algorithms De: Aditya Bhargava
Designing Data-Intensive Applications Audiolibro Por Martin Kleppmann arte de portada
Designing Data-Intensive Applications De: Martin Kleppmann
The DevOps Handbook, Second Edition Audiolibro Por Gene Kim, Jez Humble, Patrick Debois, John Willis, Nicole Forsgren arte de portada
The DevOps Handbook, Second Edition De: Gene Kim, y otros
Staff Engineer Audiolibro Por Will Larson arte de portada
Staff Engineer De: Will Larson
Clean Code Audiolibro Por Robert C. Martin arte de portada
Clean Code De: Robert C. Martin
Clean Architecture Audiolibro Por Robert C. Martin arte de portada
Clean Architecture De: Robert C. Martin
Fundamentals of Software Architecture Audiolibro Por Mark Richards, Neal Ford arte de portada
Fundamentals of Software Architecture De: Mark Richards, y otros
Building Microservices Audiolibro Por Sam Newman arte de portada
Building Microservices De: Sam Newman
Software Engineering at Google Audiolibro Por Titus Winters, Tom Manshreck, Hyrum Wright arte de portada
Software Engineering at Google De: Titus Winters, y otros
The Clean Coder Audiolibro Por Robert C. Martin arte de portada
The Clean Coder De: Robert C. Martin
AI and Machine Learning for Coders Audiolibro Por Laurence Moroney arte de portada
AI and Machine Learning for Coders De: Laurence Moroney
Algorithms to Live By Audiolibro Por Brian Christian, Tom Griffiths arte de portada
Algorithms to Live By De: Brian Christian, y otros
Site Reliability Engineering Audiolibro Por Betsy Beyer, Chris Jones, Jennifer Petoff, Niall Richard Murphy arte de portada
Site Reliability Engineering De: Betsy Beyer, y otros
Monolith to Microservices Audiolibro Por Sam Newman arte de portada
Monolith to Microservices De: Sam Newman
The Kubernetes Book Audiolibro Por Nigel Poulton arte de portada
The Kubernetes Book De: Nigel Poulton
Secrets of the JavaScript Ninja Audiolibro Por John Resig, Bear Bibeault, Josip Maras arte de portada
Secrets of the JavaScript Ninja De: John Resig, y otros
C# in Depth Audiolibro Por Jon Skeet arte de portada
C# in Depth De: Jon Skeet
Grokking Simplicity: Taming Complex Software with Functional Thinking Audiolibro Por Eric Normand arte de portada
Grokking Simplicity: Taming Complex Software with Functional Thinking De: Eric Normand
Python Programming: 2-in-1 Ultimate Value Python Guide: Learn Python Series Audiolibro Por Ronald Olsen arte de portada
Python Programming: 2-in-1 Ultimate Value Python Guide: Learn Python Series De: Ronald Olsen
Rust Audiolibro Por Jonathan Waldman arte de portada
Rust De: Jonathan Waldman
API Security in Action Audiolibro Por Neil Madden arte de portada
API Security in Action De: Neil Madden
Terraform in Action Audiolibro Por Scott Winkler arte de portada
Terraform in Action De: Scott Winkler
Core Kubernetes Audiolibro Por Jay Vyas, Chris Love arte de portada
Core Kubernetes De: Jay Vyas, y otros
Python 3 Programming Audiolibro Por Timothy C. Needham arte de portada
Python 3 Programming De: Timothy C. Needham
Programming: Computer Programming for Beginners Audiolibro Por Joseph Connor arte de portada
Programming: Computer Programming for Beginners De: Joseph Connor
The Well-Grounded Java Developer, Second Edition Audiolibro Por Benjamin Evans, Martijn Verburg, Jason Clark arte de portada
The Well-Grounded Java Developer, Second Edition De: Benjamin Evans, y otros

Resumen del Editor

Rust in Action is a hands-on guide to systems programming with Rust. Written for inquisitive programmers, it presents real-world use cases that go far beyond syntax and structure.

Summary

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.

About the technology

Rust is the perfect language for systems programming. It delivers the low-level power of C along with rock-solid safety features that let you code fearlessly. Ideal for applications requiring concurrency, Rust programs are compact, readable, and blazingly fast. Best of all, Rust’s famously smart compiler helps you avoid even subtle coding errors.

About the book

Rust in Action is a hands-on guide to systems programming with Rust. Written for inquisitive programmers, it presents real-world use cases that go far beyond syntax and structure. You’ll explore Rust implementations for file manipulation, networking, and kernel-level programming and discover awesome techniques for parallelism and concurrency. Along the way, you’ll master Rust’s unique borrow checker model for memory management without a garbage collector.

What's inside

  • Elementary to advanced Rust programming
  • Practical examples from systems programming
  • Command-line, graphical and networked applications

About the listener

For intermediate programmers. No previous experience with Rust required.

About the author

Tim McNamara uses Rust to build data processing pipelines and generative art. He is an expert in natural language processing and data engineering.

Table of Contents

1 Introducing Rust

Part 1 Rust Language Distinctives

2 Language foundations

3 Compound data types

4 Lifetimes, ownership, and borrowing

Part 2 Demystifying Systems Programming

5 Data in depth

6 Memory

7 Files and storage

8 Networking

9 Time and timekeeping

10 Processes, threads, and containers

11 Kernel

12 Signals, interrupts, and exceptions

PLEASE NOTE: When you purchase this title, the accompanying PDF will be available in your Audible Library along with the audio.

©2021 Manning Publications (P)2021 Manning Publications

Lo que los oyentes dicen sobre Rust in Action

Calificaciones medias de los clientes
Total
  • 4.5 out of 5 stars
  • 5 estrellas
    3
  • 4 estrellas
    2
  • 3 estrellas
    1
  • 2 estrellas
    0
  • 1 estrella
    0
Ejecución
  • 4.5 out of 5 stars
  • 5 estrellas
    2
  • 4 estrellas
    2
  • 3 estrellas
    0
  • 2 estrellas
    0
  • 1 estrella
    0
Historia
  • 4 out of 5 stars
  • 5 estrellas
    2
  • 4 estrellas
    1
  • 3 estrellas
    1
  • 2 estrellas
    0
  • 1 estrella
    0

Reseñas - Selecciona las pestañas a continuación para cambiar el origen de las reseñas.

Ordenar por:
Filtrar por:
  • Total
    5 out of 5 stars
  • Ejecución
    5 out of 5 stars
  • Historia
    5 out of 5 stars

very good rust audiobook

I do recommend this, though it is significantly below the very high standard of the Hobson Lane and LP in action book by the same publisher. one significant part that I hope a next addition includes is basic curriculum and learning process factors for how the book is laid out. in a number of cases, as many books unfortunately do, you are brought through the development of a set of code and then it's explained that that was the incorrect way of doing it and discusses the error messages. teaching someone the wrong thing first is catastrophically terrible pedagogy. un teaching something which was learned initially is as virtually impossible as removing the foundation of a building after the building has been built.

also, there is a lot of confusion around the cuteness of replacing words in the original book with audiobook friendly terms. this is extremely confusing because references to sections of the book and lists of tables and things that normally make sense have impossible to understand cutesy audiobook names that make no sense. just read the book. please.

another pedagogy related recommendation, yes I was a science teacher, is to have cumulative projects that build on and review if only by implicit inclusion what was done before. for example gradually build more and more parts of an RPG game, which can then be run on the OS and use the network software etc. it would be both very useful and also much more conceptually understandable for the reader,. while this book does a number of very interesting projects, like a very badly taught school of course,. each unit is completely random and has no connection to the past or the future you'll have no idea what's coming next you have no idea what the context is and consequently you're never going to use most of it because it's just floating in the aether.

Se ha producido un error. Vuelve a intentarlo dentro de unos minutos.

Has calificado esta reseña.

Reportaste esta reseña

esto le resultó útil a 3 personas