projects
/
rust-101.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
39d060cbe6f27de84ed23aae8c517cf79419c638
[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
*