Crate dir_indexer

Source

Structs§

DirIndexer
The DirIndexer struct represents an indexer for a directory.

Functions§

get_ab2rl_dir_paths_map
Retrieves a mapping of absolute directory paths to relative directory paths from the specified root path.
get_ab2rl_file_paths_map
Retrieves a mapping of absolute file paths to relative file paths from the specified root path.
get_absolute_dir_paths_set
Retrieves a set of absolute directory paths from the specified root path.
get_absolute_file_paths_set
Retrieves a set of absolute file paths from the specified root path.
get_relative_dir_paths_set
Retrieves a set of relative directory paths from the specified root path.
get_relative_file_paths_set
Retrieves a set of relative file paths from the specified root path.
get_rl2ab_dir_paths_map
Retrieves a mapping of relative directory paths to absolute directory paths from the specified root path.
get_rl2ab_file_paths_map
Retrieves a mapping of relative file paths to absolute file paths from the specified root path.