mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-01-01 22:19:21 +02:00
Add historical reference to the Rust 1.0 release. (#335)
This commit is contained in:
parent
bd98d03b44
commit
cc4509f90c
@ -1,6 +1,6 @@
|
||||
# What is Rust?
|
||||
|
||||
Rust is a new programming language which had its 1.0 release in 2015:
|
||||
Rust is a new programming language which had its [1.0 release in 2015][1]:
|
||||
|
||||
* Rust is a statically compiled language in a similar role as C++
|
||||
* `rustc` uses LLVM as its backend.
|
||||
@ -27,3 +27,5 @@ Rust fits in the same area as C++:
|
||||
* Focuses on reliability and safety without sacrificing performance.
|
||||
|
||||
</details>
|
||||
|
||||
[1]: https://blog.rust-lang.org/2015/05/15/Rust-1.0.html
|
||||
|
Loading…
Reference in New Issue
Block a user