rust/README.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

69 lines
2.0 KiB
Markdown
Raw Normal View History

2020-12-24 03:17:34 +08:00
# The Rust Programming Language
[![Rust Community](https://img.shields.io/badge/Rust_Community%20-Join_us-brightgreen?style=plastic&logo=rust)](https://www.rust-lang.org/community)
This is the main source code repository for [Rust]. It contains the compiler,
standard library, and documentation.
2022-12-29 13:47:09 +08:00
[Rust]: https://www.rust-lang.org/
2015-06-19 05:48:51 +08:00
2022-12-24 23:48:35 +08:00
**Note: this README is for _users_ rather than _contributors_.**
2022-12-29 13:47:09 +08:00
If you wish to _contribute_ to the compiler, you should read
[CONTRIBUTING.md](CONTRIBUTING.md) instead.
<details>
2023-11-30 13:03:31 +08:00
<summary>Table of Contents</summary>
- [Quick Start](#quick-start)
2024-01-16 05:57:29 +08:00
- [Installing from Source](#installing-from-source)
- [Getting Help](#getting-help)
- [Contributing](#contributing)
- [License](#license)
- [Trademark](#trademark)
</details>
## Quick Start
2017-06-09 13:37:22 +08:00
Read ["Installation"] from [The Book].
2018-12-11 06:28:55 +08:00
["Installation"]: https://doc.rust-lang.org/book/ch01-01-installation.html
[The Book]: https://doc.rust-lang.org/book/index.html
2024-01-16 05:57:29 +08:00
## Installing from Source
2024-01-16 05:57:29 +08:00
If you really want to install from source (though this is not recommended), see
[INSTALL.md](INSTALL.md).
## Getting Help
See https://www.rust-lang.org/community for a list of chat platforms and forums.
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md).
2020-09-02 08:48:15 +08:00
## License
2022-12-29 13:47:09 +08:00
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-APACHE), [LICENSE-MIT](LICENSE-MIT), and
[COPYRIGHT](COPYRIGHT) for details.
## Trademark
[The Rust Foundation][rust-foundation] owns and protects the Rust and Cargo
2022-12-29 13:47:09 +08:00
trademarks and logos (the "Rust Trademarks").
2022-12-29 13:47:09 +08:00
If you want to use these names or brands, please read the
[media guide][media-guide].
2019-04-12 22:14:21 +08:00
Third-party logos may be subject to third-party copyrights and trademarks. See
[Licenses][policies-licenses] for details.
2021-05-20 18:11:01 +08:00
[rust-foundation]: https://foundation.rust-lang.org/
2022-12-29 13:47:09 +08:00
[media-guide]: https://foundation.rust-lang.org/policies/logo-policy-and-media-guide/
2019-04-12 22:14:21 +08:00
[policies-licenses]: https://www.rust-lang.org/policies/licenses