en
Knjige
Ivo Balbaert

Rust Essentials

Starting by comparing Rust with other programming languages, this book will show you where and how to use Rust. It will discuss primitive types along with variables and their scope, binding and casting, simple functions, and ways to control execution flow in a program.Next, the book covers flexible arrays, vectors, tuples, enums, and structs. You will then generalize the code with higher-order functions and generics applying it to closures, iterators, consumers, and so on. Memory safety is ensured by the compiler by using references, pointers, boxes, reference counting, and atomic reference counting. You will learn how to build macros and crates and discover concurrency for multicore execution.By the end of this book, you will have successfully migrated to using Rust and will be able to use it as your main programming language.
201 štampana stranica
Godina izdavanja
2015
Da li već pročitali? Kakvo je vaše mišljenje?
👍👎

Citati

  • Евгений Корнюшенкоje citiraoпрошле године
    The infamous goto from C does not exist in Rust!
  • Евгений Корнюшенкоje citiraoпрошле године
    The heap is a much larger memory part than the stack, so it is important that memory locations are freed as soon as they are no longer needed. The Rust compiler sees when a variable ends its lifetime (or in other words, goes out of scope) and inserts a code at compile time to free its memory when the code is executed. This behavior is unique to Rust and is not present in other commonly used languages.
  • Евгений Корнюшенкоje citiraoпрошле године
    The website at https://crates.io/ is the central repository for Rust packages or crates (as they are called)

Na policama za knjige

fb2epub
Prevucite i otpustite datoteke (ne više od 5 odjednom)