projects
/
rust-101.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
cc3268b6d770cc0dc165ec3006ef6982bc0cbfb1
[rust-101.git]
/
TODO.txt
1
* Arrays/slices
2
3
* Arc, concurrency, channels: Some grep-like thing, "rgrep"
4
* Send, Sync
5
* External dependencies: regexp crate, add to rgrep
6
7
* Shared-memoty concurrency, interior mutability: Concurrent counter
8
* Drop, unsafe: doubly-linked list