Go to file
Fabian Grünbichler 1da620d918 bump version to 1.85.0+dfsg1-1~bpo12+pve1
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2025-02-21 08:15:16 +01:00
.cargo New upstream version 1.80.0+dfsg1 2024-07-31 08:40:13 +02:00
compiler New upstream version 1.85.0~beta.9+dfsg1 2025-02-17 11:14:05 +01:00
debian bump version to 1.85.0+dfsg1-1~bpo12+pve1 2025-02-21 08:15:16 +01:00
library New upstream version 1.85.0~beta.9+dfsg1 2025-02-17 11:14:05 +01:00
src New upstream version 1.85.0+dfsg1 2025-02-20 19:18:58 +01:00
tests New upstream version 1.85.0~beta.9+dfsg1 2025-02-17 11:14:05 +01:00
vendor New upstream version 1.85.0~beta.9+dfsg1 2025-02-17 11:14:05 +01:00
Cargo.lock New upstream version 1.85.0~beta.9+dfsg1 2025-02-17 11:14:05 +01:00
Cargo.toml New upstream version 1.84.0+dfsg1 2025-01-11 15:57:26 +01:00
config.example.toml New upstream version 1.85.0~beta.9+dfsg1 2025-02-17 11:14:05 +01:00
configure New upstream version 1.78.0+dfsg1 2024-06-21 09:39:33 +02:00
CONTRIBUTING.md New upstream version 1.76.0+dfsg1 2024-06-14 12:43:07 +02:00
COPYRIGHT New upstream version 1.85.0~beta.9+dfsg1 2025-02-17 11:14:05 +01:00
git-commit-hash New upstream version 1.85.0+dfsg1 2025-02-20 19:18:58 +01:00
git-commit-info New upstream version 1.85.0+dfsg1 2025-02-20 19:18:58 +01:00
LICENSE-APACHE New upstream version 1.42.0+dfsg1 2020-04-04 01:11:41 +01:00
LICENSE-MIT New upstream version 1.21.0+dfsg1 2017-10-16 16:39:26 +02:00
README.md New upstream version 1.85.0~beta.9+dfsg1 2025-02-17 11:14:05 +01:00
RELEASES.md New upstream version 1.85.0+dfsg1 2025-02-20 19:18:58 +01:00
version New upstream version 1.85.0+dfsg1 2025-02-20 19:18:58 +01:00
x.py New upstream version 1.85.0~beta.9+dfsg1 2025-02-17 11:14:05 +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.

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 media guide.

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