mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-26 09:12:58 +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?
|
# 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++
|
* Rust is a statically compiled language in a similar role as C++
|
||||||
* `rustc` uses LLVM as its backend.
|
* `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.
|
* Focuses on reliability and safety without sacrificing performance.
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
[1]: https://blog.rust-lang.org/2015/05/15/Rust-1.0.html
|
||||||
|
Loading…
x
Reference in New Issue
Block a user