summaryrefslogtreecommitdiffstats
path: root/src/app/data_harvester/disks/mod.rs
AgeCommit message (Collapse)Author
2022-06-02refactor: unify all mod.rs structure to 2018 style (#742)Clement Tsang
This is a pretty small change, but at least _for now_, unifies all `mod.rs` use cases to the 2018 style for consistency. I personally don't mind going back to it on a case-by-case basis in the future if it results in cleaner code, though.
2021-05-15refactor: split up data collection by OS (#482)Clement Tsang
Refactor to split up data collection by OS and/or the backing library. The goal is to make it easier to work with and add new OS support, as opposed to how it was prior where we stored OS-independent implementations all in the same file.