Module aware

Source

Re-exports§

pub use Aware as HardlinkAware;

Structs§

Aware
Be aware of hardlinks. Treat them as links that share space. Detect files with more than 1 links and record them. Deduplicate them (remove duplicated size) from total size to accurately reflect the real size of their containers.

Enums§

ReportHardlinksError
Error that occurs when Aware::record_hardlinks fails.