Sha256: c2aac3cb04c0cc4d8b58b36dc487b63ac2fefc84fe07a58a03b9f0116b671c67

Contents?: true

Size: 1.19 KB

Versions: 232

Compression:

Stored size: 1.19 KB

Contents

Rust is a systems programming language focused on three goals: safety, speed, and concurrency. Rust does not use a garbage collector, but instead ensures safety and optimizes code at compile time. The concept of [ownership](https://doc.rust-lang.org/book/ownership.html) is how Rust achieves its largest goal, memory safety.

Rust core and the standard library contain a minimal set of functionality. Rustaceans are encouraged to add features, in the form of libraries called _crates_, to the language and then share them on [crates.io](https://crates.io/).

As a systems-level language, Rust is frequently used for building any tool where speed, performance and stability are paramount. The [Awesome Rust](https://github.com/kud1ing/awesome-rust) list collects examples of Rust projects, which include CLI tools, ORMs, operating systems and games. Regardless of what you build in Rust, it will be fast and memory safe!

The home page for Rust is [rust-lang.org](https://www.rust-lang.org/). Rust has excellent documentation at [rust-lang.org/documentation.html](https://www.rust-lang.org/documentation.html). Newcomers should start with "The Book" located at [doc.rust-lang.org/book/](https://doc.rust-lang.org/book/).

Version data entries

232 entries across 232 versions & 1 rubygems

Version Path
trackler-2.2.1.14 tracks/rust/docs/ABOUT.md
trackler-2.2.1.13 tracks/rust/docs/ABOUT.md
trackler-2.2.1.12 tracks/rust/docs/ABOUT.md
trackler-2.2.1.11 tracks/rust/docs/ABOUT.md
trackler-2.2.1.10 tracks/rust/docs/ABOUT.md
trackler-2.2.1.9 tracks/rust/docs/ABOUT.md
trackler-2.2.1.8 tracks/rust/docs/ABOUT.md
trackler-2.2.1.7 tracks/rust/docs/ABOUT.md
trackler-2.2.1.6 tracks/rust/docs/ABOUT.md
trackler-2.2.1.5 tracks/rust/docs/ABOUT.md
trackler-2.2.1.4 tracks/rust/docs/ABOUT.md
trackler-2.2.1.3 tracks/rust/docs/ABOUT.md
trackler-2.2.1.2 tracks/rust/docs/ABOUT.md
trackler-2.2.1.1 tracks/rust/docs/ABOUT.md
trackler-2.2.1.0 tracks/rust/docs/ABOUT.md
trackler-2.2.0.6 tracks/rust/docs/ABOUT.md
trackler-2.2.0.5 tracks/rust/docs/ABOUT.md
trackler-2.2.0.4 tracks/rust/docs/ABOUT.md
trackler-2.2.0.3 tracks/rust/docs/ABOUT.md
trackler-2.2.0.2 tracks/rust/docs/ABOUT.md