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: Programming Languages at a GlanceProgramming Languages at a Glance
by - Minimal Programming
This book tries to explain a number of programming languages, covering a wide range from currently popular ones such as Java, Perl, Python, and C# to less known languages. When describing the languages, I want to find out what they have in common.
(14757 views)
Book cover: Programming in DProgramming in D
by
This book is for ruby programmers who are intrigued by swift and want to learn it. It's focused on swift, but in each chapter we'll frame our discussion of swift in terms of equivalent features in ruby and highlight and compare the behaviour of each.
(7300 views)
Book cover: The Icon Programming LanguageThe Icon Programming Language
by - Peer-to-Peer Communications
Icon is a general-purpose programming language available for free on many platforms. It has a rich set of types, together with an interesting goal-directed evaluation mechanism. The book is user-friendly, some prior programming experience necessary.
(9803 views)
Book cover: A Practical Introduction to APL 1 and APL 2A Practical Introduction to APL 1 and APL 2
by - Robertson Pub
APL is a high-level, general-purpose, intuitive programming language which is designed to be easy on the programmer even if consequently hard on the computer - through power, not inefficiency. APL is essentially simple and easy to learn.
(5580 views)