Module common_fs

Source
Expand description

A module to hold all common file system functionality.

Structs§

FileFilter
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 given file_path.
normalize_path
This was copied from cargo source code.