Re-exports§
pub use fe_library::include_dir;
Structs§
- File
- Source
File Id - Utf8
Path - A slice of a UTF-8 path (akin to
str
). - Utf8
Path Buf - An owned, mutable UTF-8 path (akin to
String
).
Enums§
- File
Kind - Utf8
Component - A single component of a path.
Functions§
- common_
prefix - Returns the common prefix of two paths. If the paths are identical, returns the path parent.