You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**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.
24
+
-**Performance:** Fast and memory-efficient, suitable for critical services, embedded devices, and easily integrate with other languages.
13
25
14
-
<details>
15
-
<summary>Table of Contents</summary>
26
+
-**Reliability:** Our rich type system and ownership model ensure memory and thread safety, reducing bugs at compile-time.
16
27
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)
28
+
-**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]).
0 commit comments