About 2,010,000 results
Open links in new tab
  1. GitHub - rust-lang/rust: Empowering everyone to build reliable …

    This is the main source code repository for Rust. It contains the compiler, standard library, and documentation. Why Rust? Performance: Fast and memory-efficient, suitable for critical services, embedded devices, and easily integrated with other languages.

  2. The Rust Programming Language - GitHub

    The Rust Programming Language has 228 repositories available. Follow their code on GitHub.

  3. Introduction - Rust By Example - Learn Rust

    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. Rust by Example (RBE) is a collection of runnable examples that illustrate various Rust concepts and standard libraries.

  4. Rust Programming Language

    Use Rust to supercharge your JavaScript, one module at a time. Publish to npm, bundle with webpack, and you’re off to the races. Predictable performance. Tiny resource footprint. Rock-solid reliability. Rust is great for network services. Targeting low-resource devices? Need low-level control without giving up high-level conveniences?

  5. Top 10 Rust Project Ideas With Source Code in 2025

    Jan 15, 2025 · Whether you're taking your first steps in the programming world or you're an experienced Rust developer seeking a deeper understanding, these 10 Best Rust Project Ideas are designed to elevate your proficiency.

  6. Rust (programming language) - Wikipedia

    Rust is a general-purpose programming language emphasizing performance, type safety, and concurrency.It enforces memory safety, meaning that all references point to valid memory. It does so without a conventional garbage collector; instead, memory safety errors and data races are prevented by the "borrow checker", which tracks the object lifetime of references at compile time.

  7. Rust - Empowering everyone to build reliable and efficient …

    Jan 5, 2022 · The Rust Programming Language. This is the main source code repository for Rust. It contains the compiler, standard library, and documentation. Note: this README is for users rather than contributors. If you wish to contribute to the compiler, you should read the Getting Started section of the rustc-dev-guide instead.

  8. Where is the rust source code? - The Rust Programming Language Forum

    Jun 25, 2020 · Rust uses LLVM for code optimization, so there's some C/C++ involved. However, Rust uses LLVM only because it's a very useful back-end, not because it needs C. The Rust-specific parts are not written in C, and never were.

  9. Hello, World! - The Rust Programming Language - Learn Rust

    This shows the source code file with the .rs extension, the executable file (main.exe on Windows, but main on all other platforms), and, when using Windows, a file containing debugging information with the .pdb extension.

  10. rust-lang/book: The Rust Programming Language - GitHub

    This repository contains the source of "The Rust Programming Language" book. The book is available in dead-tree form from No Starch Press . You can also read the book for free online.

  11. Some results have been removed
Refresh