Skip to main content

Module size

Module size 

Source
Available on crate feature folder only.
Expand description

Folder size batch lookup and cache.

  • Batch lookup of all folder sizes in the parent folder.
  • Thread-local cache with get_folder_size().
  • For drivers (like C:\), it uses Windows API directly.

§References

Structs§

FolderSizeClient
Folder size client with parent directory cache.
FolderSizeClientGetFolderSizeBuilder
Use builder syntax to set the inputs and finish with call().
GetFolderSizeBuilder
Use builder syntax to set the inputs and finish with call().

Enums§

Error

Functions§

get_folder_size
Get the size of a folder.