typos, and a TODO list
[rust-101.git] / TODO.txt
diff --git a/TODO.txt b/TODO.txt
new file mode 100644 (file)
index 0000000..39d060c
--- /dev/null
+++ b/TODO.txt
@@ -0,0 +1,11 @@
+* Closures: Working on iterators
+* Arrays/slices
+* Trait objects
+* Drop
+* ?unsafe?
+* ?interior mutability?
+
+* Arc, concurrency, channels: Some grep-like thing, "rgrep"
+* Send, Sync
+* External dependencies: regexp crate, add to rgrep
+* 
\ No newline at end of file