summaryrefslogtreecommitdiffstats
path: root/rust/src/identifiers.rs
Commit message (Collapse)AuthorAgeFilesLines
* impl AsRef, From, Into for FatCatIdBryan Newbold2019-01-091-2/+20
|
* implement Display (not ToString) for FatCatIdBryan Newbold2019-01-091-3/+5
|
* some clippy nitsBryan Newbold2019-01-091-1/+1
|
* huge refactor of rust modules/filesBryan Newbold2019-01-081-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.