Module common_fs

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_count_from_offset
Gets the line number for a given offset (of bytes) from the given buffer contents.
normalize_path
This was copied from cargo source code.