Module helpers

Source

Functionsยง

find_nested_dir_with_file
Continually go down in the file tree until a specified file is found.
find_nested_manifest_dir
Continually go down in the file tree until a Forc manifest file is found.
find_parent_dir_with_file
Continually go up in the file tree until a specified file is found.
find_parent_manifest_dir
Continually go up in the file tree until a Forc manifest file is found.
find_parent_manifest_dir_with_check
Continually go up in the file tree until a Forc manifest file is found and the given predicate returns true.
get_sway_files
is_sway_file
iter_prefixes
Create an iterator over all prefixes in a slice, smallest first