Press ← or → to navigate between chapters Press S or / to search in the book Press ? to show this help Press Esc to hide this help Introduction Rust is a multi-paradigm language with a focus on memory safety. It aims to be system programming oriented, for instance allowing fine-grained memory management without garbage collection and without tedious and error-prone manual memory allocations and de

