typos, and a TODO list
[rust-101.git] / TODO.txt
1 * Closures: Working on iterators
2 * Arrays/slices
3 * Trait objects
4 * Drop
5 * ?unsafe?
6 * ?interior mutability?
7
8 * Arc, concurrency, channels: Some grep-like thing, "rgrep"
9 * Send, Sync
10 * External dependencies: regexp crate, add to rgrep
11