mod.rs 298 B

1234567
  1. //! The "info" module contains routines that aren't about probing the
  2. //! filesystem nor displaying output to the user, but are internal "business
  3. //! logic” routines that are performed on a file’s already-read metadata.
  4. //! (This counts the file name as metadata.)
  5. mod filetype;
  6. mod sources;