mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-27 17:42:18 +02:00
parent
1dfb82c085
commit
0c128d9357
@ -1,7 +1,7 @@
|
|||||||
# Standard Library
|
# Standard Library
|
||||||
|
|
||||||
Rust comes with a standard library which helps establish a set of common types
|
Rust comes with a standard library which helps establish a set of common types
|
||||||
used by Rust library and programs. This way, two libraries can work together
|
used by Rust libraries and programs. This way, two libraries can work together
|
||||||
smoothly because they both use the same `String` type.
|
smoothly because they both use the same `String` type.
|
||||||
|
|
||||||
The common vocabulary types include:
|
The common vocabulary types include:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user