GitXplorerGitXplorer
r

rust

public
100553 stars
12987 forks
10576 issues

Commits

List of commits on branch master.
Verified
1360e76329a1e3b4590f9f1998779d663e0da003

Rollup merge of #135604 - estebank:docs-e0207, r=jieyouxu

mmatthiaskrgr committed a day ago
Verified
82804078d8e5022739d4314a46a67b6023c29e7d

Rollup merge of #135601 - samueltardieu:push-xslotxrnooym, r=jieyouxu

mmatthiaskrgr committed a day ago
Verified
231057cebf87d54c7c7b892b20e44f435f1ee0cb

Rollup merge of #135594 - lolbinarycat:tester.js-order-error, r=notriddle

mmatthiaskrgr committed a day ago
Verified
c43893005e5e31663366c478e48c4e236f7d0587

Rollup merge of #135558 - estebank:issue-133316, r=chenyukang

mmatthiaskrgr committed a day ago
Verified
dbdfa7914c07ee37857302a46c6b8bd797e33ff5

Rollup merge of #134980 - lqd:polonius-next-episode-7, r=jackh726

mmatthiaskrgr committed a day ago
Verified
e2d14ec701089b313ce07cf7253663c76b81652f

Rollup merge of #131806 - lolbinarycat:rustdoc-search-all-is-func, r=notriddle

mmatthiaskrgr committed a day ago

README

The README file for this repository.

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.