Skip to content
This repository has been archived by the owner on Mar 11, 2019. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 947 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 947 Bytes

Rust - Training

From wikipedia

Rust is a systems programming language[11] with a focus on safety, especially safe concurrency,[12][13] supporting functional and imperative-procedural paradigms. Rust is syntactically similar to C++[according to whom?], but its designers intend it to provide better memory safety while still maintaining performance.

Prerequisites

Following are the minimum tested versions for the tools and libraries you need for running this repo:

  • Rust: 1.32.0 (9fda7c223 2019-01-16) or newer

  • Cargo: 1.32.0 (8610973aa 2019-01-02) or newer

Practices

Table of Contents