aboutsummaryrefslogtreecommitdiffstats
path: root/rust/src/errors.rs
Commit message (Collapse)AuthorAgeFilesLines
* return error enum variant name (only)Bryan Newbold2019-01-101-1/+2
|
* cleanups; NotFound errorsBryan Newbold2019-01-101-29/+11
|
* HUGE refactor of error types (to use failure)Bryan Newbold2019-01-091-50/+193
|
* huge refactor of rust modules/filesBryan Newbold2019-01-081-0/+55
Taking advantage of new Rust 2018 crate/module path changes, and re-organizing things. Somewhat optimistic this could help with partial rebuild speed also.