Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | narrow down many glob imports | Bryan Newbold | 2019-01-10 | 1 | -2/+2 |
| | |||||
* | cleanups; NotFound errors | Bryan Newbold | 2019-01-10 | 1 | -2/+12 |
| | |||||
* | HUGE refactor of error types (to use failure) | Bryan Newbold | 2019-01-09 | 1 | -18/+18 |
| | |||||
* | refactor: FatCatId -> FatcatId | Bryan Newbold | 2019-01-09 | 1 | -65/+65 |
| | |||||
* | refactor to have consistent db conn argument order | Bryan Newbold | 2019-01-09 | 1 | -1/+1 |
| | | | | 'conn' parameter always comes first. | ||||
* | some clippy nits | Bryan Newbold | 2019-01-09 | 1 | -20/+21 |
| | |||||
* | huge refactor of rust modules/files | Bryan Newbold | 2019-01-08 | 1 | -0/+2162 |
Taking advantage of new Rust 2018 crate/module path changes, and re-organizing things. Somewhat optimistic this could help with partial rebuild speed also. |