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_ count_ from_ offset - Gets the line number for a given
offset(of bytes) from the given buffercontents. - normalize_
path - This was copied from cargo source code.