Empowering everyone to build reliable and efficient software.
Go to file
jyn 6e83ebe255 Document -Z crate-attr
Co-authored-by: Vadim Petrochenkov <vadim.petrochenkov@gmail.com>
2025-03-11 00:13:17 -04:00
.github Add post-merge analysis CI workflow 2025-03-07 09:43:52 +01:00
compiler Auto merge of - nnethercote:split-edges-iterator, r=nnethercote 2025-03-09 15:30:47 +00:00
library Stabilize const_vec_string_slice 2025-03-08 17:03:52 +01:00
LICENSES
src Document -Z crate-attr 2025-03-11 00:13:17 -04:00
tests Rollup merge of - tshepang:that-stage0-has-arrived, r=jieyouxu 2025-03-09 10:34:54 +01:00
.clang-format
.editorconfig
.git-blame-ignore-revs
.gitattributes
.gitignore Git ignore citool's target directory 2025-03-06 06:57:00 -08:00
.gitmodules
.ignore
.mailmap
Cargo.lock Rollup merge of - jdonszelmann:move-find-attr2, r=oli-obk 2025-03-09 10:34:52 +01:00
Cargo.toml Add unreachable_pub to the default lints for compiler/ crates. 2025-03-08 08:41:43 +11:00
CODE_OF_CONDUCT.md
config.example.toml move rust.description to build.description 2025-03-05 08:38:40 +03:00
configure
CONTRIBUTING.md Fix some typos 2025-03-04 16:05:32 +08:00
COPYRIGHT
INSTALL.md Update MSVC INSTALL.md instructions to recommend VS 2022 + recent Windows 10/11 SDK 2025-03-04 03:47:45 +08:00
LICENSE-APACHE
license-metadata.json
LICENSE-MIT
README.md
RELEASES.md
REUSE.toml
rust-bors.toml
rustfmt.toml
triagebot.toml Rollup merge of - klensy:tidy-triagebot, r=jieyouxu 2025-03-09 10:34:48 +01:00
x
x.ps1
x.py

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.