Expand description
A module to hold all common file system functionality.
Structs§
- File
Filter - FileObj
- A structure to represent a file’s path and line changes.
Functions§
- get_
line_ cols_ from_ offset - Gets the line and column number from a given
offset
(of bytes) for givenfile_path
. - normalize_
path - This was copied from cargo source code.