aboutsummaryrefslogtreecommitdiffstats
path: root/rust/src/editing.rs
Commit message (Collapse)AuthorAgeFilesLines
* HUGE refactor of error types (to use failure)Bryan Newbold2019-01-091-2/+2
|
* refactor: FatCatId -> FatcatIdBryan Newbold2019-01-091-9/+9
|
* start removing active editgroup codeBryan Newbold2019-01-091-18/+3
|
* refactor to have consistent db conn argument orderBryan Newbold2019-01-091-3/+3
| | | | 'conn' parameter always comes first.
* some clippy nitsBryan Newbold2019-01-091-4/+4
|
* huge refactor of rust modules/filesBryan Newbold2019-01-081-0/+140
Taking advantage of new Rust 2018 crate/module path changes, and re-organizing things. Somewhat optimistic this could help with partial rebuild speed also.