Logo

The Rust Programming Language

Small book cover: The Rust Programming Language

The Rust Programming Language

Publisher: The Rust Project Developers
Number of pages: 302

Description:
This book will teach you about the Rust Programming Language. Rust is a systems programming language focused on three goals: safety, speed, and concurrency. It maintains these goals without having a garbage collector, making it a useful language for a number of use cases other languages aren't good at: embedding in other languages, programs with specific space and time requirements, and writing low-level code, like device drivers and operating systems.

Home page url

Download or read it online for free here:
Read online
(online html)

Similar books

Book cover: Pointers and MemoryPointers and Memory
by - Stanford University
This is a 31 page introduction to programming with pointers and memory in C, C++ and other languages. It explains how pointers and memory work and how to use them -- from the basic concepts through all the major programming techniques.
(6560 views)
Book cover: Lua ProgrammingLua Programming
- Wikibooks
The purpose of this book is to teach Lua programming to anyone regardless of previous programming experience. It can be used as an introduction to programming, or as an introduction to Lua, for people who have programmed before but not in Lua.
(7608 views)
Book cover: F# ProgrammingF# Programming
- Wikibooks
The F# programming language is part of Microsoft's family of .NET languages. F# is valuable to programmers at any skill level; it combines many of the features of functional and object-oriented programming styles into a uniquely productive language.
(6521 views)
Book cover: Mastering Dyalog APLMastering Dyalog APL
by - Dyalog Limited
This book is a complete guide to the use of Dyalog APL describing common coding techniques, and discussing a variety of interfaces, including file handling and COM/OLE. It provides a thorough introduction to developing Graphical User Interfaces.
(15760 views)