aboutsummaryrefslogtreecommitdiffstats
path: root/rust/TODO
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-02-01 23:12:16 -0800
committerBryan Newbold <bnewbold@robocracy.org>2019-02-05 17:10:18 -0800
commitb6ffff8f4bad67e7a30898e30692d0abca778952 (patch)
tree741e72c24cb3278a344924fec59506af9162e5dd /rust/TODO
parentc9eac323c7b9069b953292ad36f9dc67c787e860 (diff)
downloadfatcat-b6ffff8f4bad67e7a30898e30692d0abca778952.tar.gz
fatcat-b6ffff8f4bad67e7a30898e30692d0abca778952.zip
tweak rust TODO (libs)
Diffstat (limited to 'rust/TODO')
-rw-r--r--rust/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/rust/TODO b/rust/TODO
index 1487ea14..a9fb32a4 100644
--- a/rust/TODO
+++ b/rust/TODO
@@ -11,7 +11,8 @@ huge compile times:
what?), 3x serde, 4x rand, 2x error-chain
=> rg '^name =' Cargo.lock | uniq -cd | sort -n
- try: removing deps from fatcat-api-spec
-- uuid: could now switch to v0.7, needs code changes
+- uuid: could now switch to v0.7; needs code changes
+- tweak crossbeam-channel version (used in fatcat-export)
refactor:
- consistent `conn` and `context` orders in _handler() functions