File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ the whole language, though not with the depth and precision of the
14
14
## Language Overview
15
15
16
16
Rust is a systems programming language with a focus on type safety,
17
- memory safety, and performance. It is intended for writing large, high
18
- performance applications while preventing several classes of errors
19
- commonly found in languages like C++. Rust has a sophisticated memory
20
- model that enables many of the efficient data structures used in C
21
- while disallowing invalid memory access that would otherwise cause
22
- segmentation faults. Like other systems languages it is statically
23
- typed and compiled ahead of time.
17
+ memory safety, concurrency and performance. It is intended for writing
18
+ large, high performance applications while preventing several classes
19
+ of errors commonly found in languages like C++. Rust has a
20
+ sophisticated memory model that enables many of the efficient data
21
+ structures used in C++ while disallowing invalid memory access that
22
+ would otherwise cause segmentation faults. Like other systems
23
+ languages it is statically typed and compiled ahead of time.
24
24
25
25
As a multi-paradigm language it has strong support for writing code in
26
26
procedural, functional and object-oriented styles. Some of it's nice
You can’t perform that action at this time.
0 commit comments