10| links: [Website][Rust]
16| link ref: [Rust]: https://www.rust-lang.org/
17| link ref: [Getting Started]: https://www.rust-lang.org/learn/get-started
18| link ref: [Learn]: https://www.rust-lang.org/learn
19| link ref: [Documentation]: https://www.rust-lang.org/learn#learn-use
20| link ref: [Contributing]: CONTRIBUTING.md
22| ## Why Rust?
24| - **Performance:** Fast and memory-efficient, suitable for critical services, embedded devices, and easily integrated with other languages.
26| - **Reliability:** Our rich type system and ownership model ensure memory and thread safety, reducing bugs at compile-time.
28| - **Productivity:** Comprehensive documentation, a compiler committed to providing great diagnostics, and advanced tooling including package manager and build t...
30| link ref: [Cargo]: https://github.com/rust-lang/cargo
31| link ref: [rustfmt]: https://github.com/rust-lang/rustfmt
32| link ref: [Clippy]: https://github.com/rust-lang/rust-clippy
33| link ref: [rust-analyzer]: https://github.com/rust-lang/rust-analyzer
35| ## Quick Start
39| link ref: ["Installation"]: https://doc.rust-lang.org/book/ch01-01-installation.html
40| link ref: [The Book]: https://doc.rust-lang.org/book/index.html
42| ## Installing from Source
45| links: [INSTALL.md](INSTALL.md)
47| ## Getting Help
51| ## Contributing
53| links: [CONTRIBUTING.md](CONTRIBUTING.md)
55| links: [rustc-dev-guide](https://rustc-dev-guide.rust-lang.org/)
57| ## License
63| links: [LICENSE-APACHE](LICENSE-APACHE), [LICENSE-MIT](LICENSE-MIT)
64| links: [COPYRIGHT](COPYRIGHT)
66| ## Trademark
68| links: [The Rust Foundation][rust-foundation]
72| links: [Rust language trademark policy][trademark-policy]
75| links: [Licenses][policies-licenses]
77| link ref: [rust-foundation]: https://rustfoundation.org/
78| link ref: [trademark-policy]: https://rustfoundation.org/policy/rust-trademark-policy/
79| link ref: [policies-licenses]: https://www.rust-lang.org/policies/licenses