mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-01-26 09:18:42 +08:00
Safety, speed, concurrency. Don't repeat speed so soon
This commit is contained in:
parent
8e2ae1cfa6
commit
2cb1773fab
@ -1,12 +1,12 @@
|
|||||||
# Introduction
|
# Introduction
|
||||||
|
|
||||||
Welcome to “The Rust Programming Language”, an introductory book about Rust.
|
Welcome to “The Rust Programming Language”, an introductory book about Rust.
|
||||||
Rust is a programming language that’s focused on safety, concurrency, and
|
Rust is a programming language that’s focused on safety, speed, and
|
||||||
speed. Its design lets you create programs that have the speed and control of a
|
concurrency. Its design lets you create programs that have the performance and
|
||||||
low-level language, but with helpful abstractions that feel like a high-level
|
control of a low-level language, but with helpful abstractions that feel like a
|
||||||
language. The Rust community welcomes all programmers who have their experience
|
high-level language. The Rust community welcomes all programmers who have their
|
||||||
in languages like C and are looking for a safer alternative, as well as
|
experience in languages like C and are looking for a safer alternative, as well
|
||||||
programmers from languages like Ruby who are looking for ways to write more
|
as programmers from languages like Ruby who are looking for ways to write more
|
||||||
performant code without losing expressiveness.
|
performant code without losing expressiveness.
|
||||||
|
|
||||||
Rust provides the majority of its safety checks at compile time and without a
|
Rust provides the majority of its safety checks at compile time and without a
|
||||||
|
Loading…
Reference in New Issue
Block a user