mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-02-02 23:38:41 +08:00
basic -> essential
This commit is contained in:
parent
d9591c1928
commit
57fd1a575c
@ -31,7 +31,9 @@
|
||||
- [Controlling visibility with `pub`](ch07-02-controlling-visibility-with-pub.md)
|
||||
- [Importing names with `use`](ch07-03-importing-names-with-use.md)
|
||||
|
||||
- [Basic Collections](ch09-01-basic-collections.md)
|
||||
- [Error Handling]()
|
||||
|
||||
- [Essential Collections](ch09-01-essential-collections.md)
|
||||
- [Vectors](ch09-02-vectors.md)
|
||||
- [Strings](ch09-03-strings.md)
|
||||
- [`HashMap<K, V>`](ch09-04-hash-map.md)
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Basic Collections
|
||||
# Essential Collections
|
||||
|
||||
Rust's standard library includes a number of really useful data structures
|
||||
called 'collections'. Most types represent one specific value, but collections
|
Loading…
Reference in New Issue
Block a user