summaryrefslogtreecommitdiffstats
path: root/rust/src/entity_crud.rs
Commit message (Collapse)AuthorAgeFilesLines
* WIP on annotations and editgroup accessorsBryan Newbold2019-01-111-0/+6
|
* code docs/comments and rustfmtBryan Newbold2019-01-101-3/+11
|
* narrow down many glob importsBryan Newbold2019-01-101-2/+2
|
* cleanups; NotFound errorsBryan Newbold2019-01-101-2/+12
|
* HUGE refactor of error types (to use failure)Bryan Newbold2019-01-091-18/+18
|
* refactor: FatCatId -> FatcatIdBryan Newbold2019-01-091-65/+65
|
* refactor to have consistent db conn argument orderBryan Newbold2019-01-091-1/+1
| | | | 'conn' parameter always comes first.
* some clippy nitsBryan Newbold2019-01-091-20/+21
|
* huge refactor of rust modules/filesBryan Newbold2019-01-081-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.