aboutsummaryrefslogtreecommitdiffstats
path: root/rust/src/bin/fatcat-export.rs
Commit message (Collapse)AuthorAgeFilesLines
* fatcat export: flush after batch, not per-lineBryan Newbold2020-08-051-1/+1
| | | | Good catch, thanks Martin
* group-by-work mode for fatcat-exportBryan Newbold2020-08-041-15/+157
|
* update missing rust crate namesBryan Newbold2019-09-051-1/+1
|
* tone down fatcat-export commentsBryan Newbold2019-01-111-2/+2
|
* code docs/comments and rustfmtBryan Newbold2019-01-101-2/+2
|
* narrow down many glob importsBryan Newbold2019-01-101-6/+4
|
* HUGE refactor of error types (to use failure)Bryan Newbold2019-01-091-10/+6
|
* refactor: FatCatId -> FatcatIdBryan Newbold2019-01-091-4/+4
|
* some clippy nitsBryan Newbold2019-01-091-2/+5
|
* huge refactor of rust modules/filesBryan Newbold2019-01-081-15/+5
| | | | | | Taking advantage of new Rust 2018 crate/module path changes, and re-organizing things. Somewhat optimistic this could help with partial rebuild speed also.
* wire-up auth config via ENVBryan Newbold2018-12-311-17/+1
|
* rust impl last webcapture schema tweaksBryan Newbold2018-12-261-6/+6
|
* fileset/web support for exportsBryan Newbold2018-12-261-0/+10
|
* new rustfmt (1.31)Bryan Newbold2018-12-141-14/+24
|
* implement hide flagBryan Newbold2018-11-261-1/+1
|
* fatcat-export rustfmtBryan Newbold2018-09-171-28/+50
|
* switch to new null (not \N) dump formatBryan Newbold2018-09-131-4/+4
|
* fix rust in-line tests, and parse_line takes refBryan Newbold2018-09-121-2/+2
| | | | Forgot to run tests before pushing... thanks CI!
* improvements to fatcat-export outputBryan Newbold2018-09-111-24/+65
|
* improvements to fatcat-exportBryan Newbold2018-09-111-28/+77
|
* first pass fast exportBryan Newbold2018-09-111-0/+161