pub fn bytes_on_disk(root: &Path) -> Result<u64, MemoryError>Expand description
Sum of every regular file’s length under root.
§Errors
Returns crate::MemoryError under the same conditions as fingerprint.
pub fn bytes_on_disk(root: &Path) -> Result<u64, MemoryError>Sum of every regular file’s length under root.
Returns crate::MemoryError under the same conditions as fingerprint.