About 602,000 results
Open links in new tab
  1. Rust Programming Language

    Rust is blazingly fast and memory-efficient: with no runtime or garbage collector, it can power performance-critical services, run on embedded devices, and easily integrate with other …

  2. Introduction - The Rust Programming Language

    The Rust programming language helps you write faster, more reliable software. High-level ergonomics and low-level control are often at odds in programming language design; Rust …

  3. Learn Rust - Rust Programming Language

    Affectionately nicknamed “the book,” The Rust Programming Language will give you an overview of the language from first principles. You’ll build a few projects along the way, and by the end, …

  4. Introduction - Rust By Example

    Rust is a modern systems programming language focusing on safety, speed, and concurrency. It accomplishes these goals by being memory safe without using garbage collection.

  5. B - Operators and Symbols - The Rust Programming Language

    This appendix contains a glossary of Rust’s syntax, including operators and other symbols that appear by themselves or in the context of paths, generics, trait bounds, macros, attributes, …

  6. What is Ownership? - The Rust Programming Language

    Many programming languages don’t require you to think about the stack and the heap very often. But in a systems programming language like Rust, whether a value is on the stack or the heap …

  7. The Rust Programming Language

    Rust is a systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety.

  8. Getting started - Rust Programming Language

    Many Rust programmers call themselves “Rustaceans,” a play on the word “ crustacean.” We refer to Ferris with any pronouns “she,” “he,” “they,” “it,” etc.

  9. Foreword - The Rust Programming Language

    The Rust language you see today combines years of research in systems programming with the practical wisdom of a vibrant and passionate community. This language was designed with …

  10. Why and Why not Rust? - The Rust Programming Language Forum

    Aug 13, 2023 · Use Rust for reliable, high-performance systems programming. Use it if you want software to work in ten years and for safety guarantees to be ensured by the compiler. If you …