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 in LuaProgramming in Lua
by
This book gives a solid base for any programmer who wants to use Lua. It covers all aspects of Lua -- from the basics to its API with C -- explaining how to make good use of its features and giving numerous code examples.
(8453 views)
Book cover: Dylan Programming: An Object-Oriented and Dynamic LanguageDylan Programming: An Object-Oriented and Dynamic Language
by - Addison-Wesley
Dylan is a new programming language, that is both object-oriented, like C++ and Java, and dynamic, like Smalltalk. This book will be useful to anyone learning dynamic, object-oriented programming, whether it be in Dylan, Java, Smalltalk, or Lisp.
(10654 views)
Book cover: AMPL: A Modeling Language for Mathematical ProgrammingAMPL: A Modeling Language for Mathematical Programming
by - Duxbury Press
AMPL is a language for large-scale optimization and mathematical programming problems in production, distribution, blending, scheduling, and many other applications. This book is a complete guide for modelers at all levels of experience.
(14465 views)
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.
(14733 views)