Go to file
The 8472 f3bc08adbd ignore/fix layout-sensitive tests 2024-08-31 23:56:45 +02:00
.github Update `library/Cargo.toml` in weekly job 2024-08-19 07:30:11 -05:00
LICENSES
compiler Rollup merge of #129751 - RalfJung:interpret-visit-field-order, r=compiler-errors 2024-08-31 10:08:58 +02:00
library Rollup merge of #129754 - alexcrichton:fix-wasi-long-sleep, r=workingjubilee 2024-08-31 10:08:59 +02:00
src Add rust.randomize-layout config to build artifacts with -Zrandomize-layout 2024-08-31 23:56:45 +02:00
tests ignore/fix layout-sensitive tests 2024-08-31 23:56:45 +02:00
.clang-format
.editorconfig
.git-blame-ignore-revs Exclude the copy blessing from git blame 2024-08-18 16:09:03 -07:00
.gitattributes
.gitignore gitignore: ignore ICE reports regardless of directory 2024-08-25 14:19:05 +03:00
.gitmodules
.ignore
.mailmap
CODE_OF_CONDUCT.md
CONTRIBUTING.md
COPYRIGHT
Cargo.lock Rollup merge of #129526 - compiler-errors:fx, r=lqd 2024-08-26 01:49:02 +02:00
Cargo.toml Switch to using the v2 resolver in most workspaces 2024-08-18 13:59:09 -05:00
INSTALL.md
LICENSE-APACHE
LICENSE-MIT
README.md
RELEASES.md Update RELEASES.md 2024-08-22 09:19:22 +02:00
REUSE.toml
config.example.toml Add rust.randomize-layout config to build artifacts with -Zrandomize-layout 2024-08-31 23:56:45 +02:00
configure
rust-bors.toml
rustfmt.toml
triagebot.toml Add myself to the review rotation for libs 2024-08-23 19:16:01 +00:00
x
x.ps1
x.py

README.md

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 integrate 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.