Structs§
- DvsPaths
- We always need to figure out where the user is in a project, where the root is etc. This struct handles all of it so the rest of the code doesn’t have to
Enums§
- AddPath
Status - Result of validating a file path for
add. - GetPath
Status - Result of validating a file path for
get.
Constants§
Functions§
- find_
repo_ root - Finds the root of a project by walking up from the given directory
until a
dvs.tomlis found