Module files

Source

Re-exports§

pub use fe_library::include_dir;

Structs§

File
SourceFileId
Utf8Path
A slice of a UTF-8 path (akin to str).
Utf8PathBuf
An owned, mutable UTF-8 path (akin to String).

Enums§

FileKind
Utf8Component
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.