diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-02-01 23:12:16 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-02-05 17:10:18 -0800 |
commit | b6ffff8f4bad67e7a30898e30692d0abca778952 (patch) | |
tree | 741e72c24cb3278a344924fec59506af9162e5dd /rust | |
parent | c9eac323c7b9069b953292ad36f9dc67c787e860 (diff) | |
download | fatcat-b6ffff8f4bad67e7a30898e30692d0abca778952.tar.gz fatcat-b6ffff8f4bad67e7a30898e30692d0abca778952.zip |
tweak rust TODO (libs)
Diffstat (limited to 'rust')
-rw-r--r-- | rust/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |