rust-lang/rust
Empowering everyone to build reliable and efficient software. Memory safe!
| language | Rust |
| license | Apache-2.0 |
| stars | ★ 99.2k |
| forks | 12.8k |
| watchers | 2.7k |
| open issues | 9,521 |
| open PRs | 764 |
| contributors | 6,178 |
| commits | 248,732 |
| default branch | master |
| size | 2.1 GB |
| posted | Dec 20, 2010 |
| updated | 1 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
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
homepage
https://www.rust-lang.orgsafety tips
- - review code before running
- - check license before use
- - report malicious repos
similar listings