githublist > repositories > rust > rust-lang/rust

rust-lang/rust

Empowering everyone to build reliable and efficient software. Memory safe!

languageRust
licenseApache-2.0
stars99.2k
forks12.8k
watchers2.7k
open issues9,521
open PRs764
contributors6,178
commits248,732
default branchmaster
size2.1 GB
postedDec 20, 2010
updated1 hour ago

about this repository

Rust is a multi-paradigm, general-purpose programming language designed for performance and safety, especially safe concurrency. Rust is syntactically similar to C++, but can guarantee memory safety by using a borrow checker to validate references.

clone / download

httpshttps://github.com/rust-lang/rust.git[copy]
sshgit@github.com:rust-lang/rust.git[copy]

README.md

# The Rust Programming Language

This is the main source code repository for Rust.

## Quick Start

https://www.rust-lang.org/learn/get-started

## License

Apache 2.0 / MIT
safety tips
  • - review code before running
  • - check license before use
  • - report malicious repos