Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | squelch some rust unused imports | Bryan Newbold | 2019-01-28 | 1 | -1/+0 |
| | |||||
* | HUGE refactor of error types (to use failure) | Bryan Newbold | 2019-01-09 | 1 | -62/+50 |
| | |||||
* | refactor: FatCatId -> FatcatId | Bryan Newbold | 2019-01-09 | 1 | -15/+14 |
| | |||||
* | impl AsRef, From, Into for FatCatId | Bryan Newbold | 2019-01-09 | 1 | -2/+20 |
| | |||||
* | implement Display (not ToString) for FatCatId | Bryan Newbold | 2019-01-09 | 1 | -3/+5 |
| | |||||
* | some clippy nits | Bryan Newbold | 2019-01-09 | 1 | -1/+1 |
| | |||||
* | huge refactor of rust modules/files | Bryan Newbold | 2019-01-08 | 1 | -0/+376 |
Taking advantage of new Rust 2018 crate/module path changes, and re-organizing things. Somewhat optimistic this could help with partial rebuild speed also. |