Cargando…

Beginning Rust : get started with Rust 2021 edition /

Learn to program with Rust 2021 Edition, in an easy, step-by-step manner on Unix, the Linux shell, macOS, and the Windows command line. As you read this book, you'll build on the knowledge you gained in previous chapters and see what Rust has to offer. Beginning Rust starts with the basics of...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Milanesi, Carlo (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: New York : Apress, [2022]
Edición:Second edition.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Getting started
  • Doing arithmetic and writing more code
  • Naming objects
  • Controlling execution flow
  • Using data sequences
  • Using primitive types
  • Enumerations and matching
  • Using heterogeneous data structures
  • Defining functions
  • Defining generic functions and types
  • Allocating memory
  • Data implementation
  • Defining closures
  • Using changeable strings
  • Ranges and slices
  • Using iterators
  • Input/output and error handling
  • Data encapsulation
  • Using traits
  • Object-oriented programming
  • Standard library collections
  • Ownership, moves, and copies
  • Borrowing and lifetimes
  • More about lifetimes.