About this project

Rust is a programming language designed for performance and reliability. It features a rich type system and an ownership model intended to ensure memory and thread safety, reducing bugs at compile-time. The language is suitable for critical services and embedded devices and can be integrated with other languages. The ecosystem includes several advanced tools: - Cargo: A package manager and build tool. - rustfmt: An auto-formatter. - Clippy: A linter. - rust-analyzer: Editor support. This repository contains the core implementation of the compiler and the standard library.