|
1 |
| -# The Rust Programming Language |
2 |
| - |
3 |
| -[](https://www.rust-lang.org/community) |
| 1 | +<div align="center"> |
| 2 | + <picture> |
| 3 | + <source media="(prefers-color-scheme: dark)" srcset="https://github.com/Urgau/rust/assets/3616612/526538d1-450c-4709-b597-27b7dd83c794"> |
| 4 | + <source media="(prefers-color-scheme: light)" srcset="https://www.rust-lang.org/static/images/rust-social-wide.jpg"> |
| 5 | + <img alt="The Rust Programming Language: A language empowering everyone to build reliable and efficient software" |
| 6 | + src="https://www.rust-lang.org/static/images/rust-social-wide.jpg" |
| 7 | + width="50%"> |
| 8 | + </picture> |
| 9 | + |
| 10 | +[Website][Rust] | [Getting started] | [Learn] | [Documentation] | [Contributing] |
| 11 | +</div> |
4 | 12 |
|
5 | 13 | This is the main source code repository for [Rust]. It contains the compiler,
|
6 | 14 | standard library, and documentation.
|
7 | 15 |
|
8 | 16 | [Rust]: https://www.rust-lang.org/
|
9 |
| - |
10 |
| -**Note: this README is for _users_ rather than _contributors_.** |
11 |
| -If you wish to _contribute_ to the compiler, you should read |
12 |
| -[CONTRIBUTING.md](CONTRIBUTING.md) instead. |
13 |
| - |
14 |
| -<details> |
15 |
| -<summary>Table of Contents</summary> |
16 |
| - |
17 |
| -- [Quick Start](#quick-start) |
18 |
| -- [Installing from Source](#installing-from-source) |
19 |
| -- [Getting Help](#getting-help) |
20 |
| -- [Contributing](#contributing) |
21 |
| -- [License](#license) |
22 |
| -- [Trademark](#trademark) |
23 |
| - |
24 |
| -</details> |
| 17 | +[Getting Started]: https://www.rust-lang.org/learn/get-started |
| 18 | +[Learn]: https://www.rust-lang.org/learn |
| 19 | +[Documentation]: https://www.rust-lang.org/learn#learn-use |
| 20 | +[Contributing]: CONTRIBUTING.md |
25 | 21 |
|
26 | 22 | ## Why Rust?
|
27 | 23 |
|
|
0 commit comments