exa/src/info/mod.rs

8 lines
310 B
Rust
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//! The “info” module contains routines that arent about probing the
//! filesystem nor displaying output to the user, but are internal “business
//! logic” routines that are performed on a files already-read metadata.
//! (This counts the file name as metadata.)
pub mod filetype;
mod sources;