Module datman::tree[][src]

Structs

FilesystemOwnership
FilesystemPermissions

Enums

FileTree

Functions

mtime_msec

Given a file’s metadata, returns the mtime in milliseconds.

scan

Scan the filesystem to produce a Tree, using a default progress bar.

scan_with_progress_bar

Scan the filesystem to produce a Tree, using the specified progress bar.

Type Definitions

FileTree1