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