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: An Elementary Introduction to the Wolfram LanguageAn Elementary Introduction to the Wolfram Language
by - Wolfram Media
This book provides an elementary introduction to the Wolfram Language and modern computational thinking. It assumes no prior knowledge of programming, and is suitable for both technical and non-technical college and high-school students.
(3331 views)
Book cover: QBasicQBasic
by - Wikibooks
QuickBasic and QBasic are popular programming languages for beginners. While its lack of power makes it unsuitable for many applications, it is an invaluable learning tool. This book will cover the usage of QBasic and most of it's functions.
(11715 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.
(6525 views)
Book cover: BASIC ProgrammingBASIC Programming
- Wikibooks
BASIC was developed in 1963 at Dartmouth College, New Hampshire as a teaching language. The language taught here, BASIC, is easier to learn than others as its commands are similar to English and has a simple set of rules for entering them.
(14893 views)