summaryrefslogtreecommitdiffstats
path: root/src/info/mod.rs
blob: ba00019215218270458a2e803e1182bc6ff6c8e5 (plain)
1
2
3
4
5
6
7
//! The "info" module contains routines that aren't about probing the
//! filesystem nor displaying output to the user, but are internal "business
//! logic” routines that are performed on a file’s already-read metadata.
//! (This counts the file name as metadata.)

mod filetype;
mod sources;