Skip to content

Commit 9fe754d

Browse files
committed
Improve formatting and and put the emphasis on great diagnostics
1 parent 881d52a commit 9fe754d

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,32 @@
11
<div align="center">
2-
<img alt="The Rust Programming Language: A language empowering everyone to build reliable and efficient software" src="https://www.rust-lang.org/static/images/rust-social-wide.jpg" width="512" height="256">
3-
4-
[Website](https://www.rust-lang.org/) | [Getting started](https://www.rust-lang.org/learn/get-started) | [Learn](https://www.rust-lang.org/learn) | [Documentation](https://www.rust-lang.org/learn#learn-use) | [Contributing](CONTRIBUTING.md)
2+
<img alt="The Rust Programming Language: A language empowering everyone to build reliable and efficient software"
3+
src="https://www.rust-lang.org/static/images/rust-social-wide.jpg"
4+
width="512" height="256">
55

6+
[Website][Rust] | [Getting started] | [Learn] | [Documentation] | [Contributing]
67
</div>
78

89
This is the main source code repository for [Rust]. It contains the compiler,
910
standard library, and documentation.
1011

1112
[Rust]: https://www.rust-lang.org/
13+
[Getting Started]: https://www.rust-lang.org/learn/get-started
14+
[Learn]: https://www.rust-lang.org/learn
15+
[Documentation]: https://www.rust-lang.org/learn#learn-use
16+
[Contributing]: CONTRIBUTING.md
1217

1318
## Why Rust?
1419

1520
- **Performance:** Fast and memory-efficient, suitable for critical services, embedded devices, and easily integrate with other languages.
1621

1722
- **Reliability:** Our rich type system and ownership model ensure memory and thread safety, reducing bugs at compile-time.
1823

19-
- **Productivity:** Comprehensive documentation, user-focused compiler, and advanced tooling including package manager and build tool ([Cargo](https://github.com/rust-lang/cargo)), auto-formatter ([rustfmt](https://github.com/rust-lang/rustfmt)), linter ([Clippy](https://github.com/rust-lang/rust-clippy)) and editor support ([rust-analyzer](https://github.com/rust-lang/rust-analyzer)).
24+
- **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]).
25+
26+
[Cargo]: https://github.com/rust-lang/cargo
27+
[rustfmt]: https://github.com/rust-lang/rustfmt
28+
[Clippy]: https://github.com/rust-lang/rust-clippy
29+
[rust-analyzer]: https://github.com/rust-lang/rust-analyzer
2030

2131
## Quick Start
2232

0 commit comments

Comments
 (0)