Cargando…

The Rust programming language /

"The official guide to Rust, a community-developed, systems programming language. Begins with a hands-on project to introduce the basics, then explores key concepts in depth"--

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Klabnik, Steve (Autor), Nichols, Carol, 1983- (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: San Francisco : No Starch Press, [2019]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Getting started
  • Programming a guessing game
  • Common programming concepts
  • Understanding ownership
  • Using structs to structure related data
  • Enums and pattern matching
  • Managing growing projects with packages, crates, and modules
  • Common collections
  • Error handling
  • Generic types, traits, and lifetimes
  • Writing automated tests
  • An I/O project: building a command line program
  • Functional language features: iterators and closures
  • More about Cargo and Crates.io
  • Smart pointers
  • Fearless concurrency
  • Object-oriented programming features of Rust
  • Patterns and matching
  • Advanced features
  • Final project: building a multithreaded web server.