No description
  • Rust 97.3%
  • Shell 0.5%
  • Roff 0.4%
  • C 0.4%
  • JavaScript 0.4%
  • Other 0.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Daniel Baumann 5097138677
Releasing fastforward version 1.95.0+dfsg1-1~ffwd13+u1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2026-05-16 08:26:46 +02:00
.cargo Adding upstream version 1.86.0+dfsg1. 2025-07-15 16:54:21 +02:00
compiler Merging upstream version 1.95.0+dfsg1. 2026-05-16 08:26:07 +02:00
debian Releasing fastforward version 1.95.0+dfsg1-1~ffwd13+u1. 2026-05-16 08:26:46 +02:00
library Merging upstream version 1.95.0+dfsg1. 2026-05-16 08:26:07 +02:00
LICENSES Adding upstream version 1.86.0+dfsg1. 2025-07-15 16:54:21 +02:00
src Merging upstream version 1.95.0+dfsg1. 2026-05-16 08:26:07 +02:00
tests Merging upstream version 1.95.0+dfsg1. 2026-05-16 08:26:07 +02:00
vendor Merging upstream version 1.95.0+dfsg1. 2026-05-16 08:26:07 +02:00
bootstrap.example.toml Merging upstream version 1.95.0+dfsg1. 2026-05-16 08:26:07 +02:00
Cargo.lock Merging upstream version 1.95.0+dfsg1. 2026-05-16 08:26:07 +02:00
Cargo.toml Merging upstream version 1.90.0+dfsg1. 2025-10-24 06:12:02 +02:00
configure Adding upstream version 1.86.0+dfsg1. 2025-07-15 16:54:21 +02:00
CONTRIBUTING.md Merging upstream version 1.95.0+dfsg1. 2026-05-16 08:26:07 +02:00
COPYRIGHT Adding upstream version 1.86.0+dfsg1. 2025-07-15 16:54:21 +02:00
git-commit-hash Merging upstream version 1.95.0+dfsg1. 2026-05-16 08:26:07 +02:00
git-commit-info Merging upstream version 1.95.0+dfsg1. 2026-05-16 08:26:07 +02:00
LICENSE-APACHE Adding upstream version 1.86.0+dfsg1. 2025-07-15 16:54:21 +02:00
license-metadata.json Merging upstream version 1.87.0+dfsg1. 2025-09-12 16:01:42 +02:00
LICENSE-MIT Adding upstream version 1.86.0+dfsg1. 2025-07-15 16:54:21 +02:00
package.json Merging upstream version 1.95.0+dfsg1. 2026-05-16 08:26:07 +02:00
README.md Merging upstream version 1.95.0+dfsg1. 2026-05-16 08:26:07 +02:00
RELEASES.md Merging upstream version 1.95.0+dfsg1. 2026-05-16 08:26:07 +02:00
REUSE.toml Merging upstream version 1.95.0+dfsg1. 2026-05-16 08:26:07 +02:00
version Merging upstream version 1.95.0+dfsg1. 2026-05-16 08:26:07 +02:00
x Merging upstream version 1.95.0+dfsg1. 2026-05-16 08:26:07 +02:00
x.ps1 Adding upstream version 1.86.0+dfsg1. 2025-07-15 16:54:21 +02:00
x.py Adding upstream version 1.86.0+dfsg1. 2025-07-15 16:54:21 +02:00
yarn.lock Merging upstream version 1.93.1+dfsg1. 2026-03-11 16:47:58 +01:00

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.

  • Reliability: Our rich type system and ownership model ensure memory and thread safety, reducing bugs at compile-time.

  • Productivity: Comprehensive documentation, a compiler committed to providing great diagnostics, and advanced tooling including package manager and build tool (Cargo), auto-formatter (rustfmt), linter (Clippy) and editor support (rust-analyzer).

Quick Start

Read "Installation" from The Book.

Installing from Source

If you really want to install from source (though this is not recommended), see INSTALL.md.

Getting Help

See https://www.rust-lang.org/community for a list of chat platforms and forums.

Contributing

See CONTRIBUTING.md.

For a detailed explanation of the compiler's architecture and how to begin contributing, see the rustc-dev-guide.

License

Rust is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.

See LICENSE-APACHE, LICENSE-MIT, and COPYRIGHT for details.

Trademark

The Rust Foundation owns and protects the Rust and Cargo trademarks and logos (the "Rust Trademarks").

If you want to use these names or brands, please read the Rust language trademark policy.

Third-party logos may be subject to third-party copyrights and trademarks. See Licenses for details.