Module files

Module files 

Source
Expand description

Paths and files.

Modules§

exposed
Exposed namespace of the module.
orphan
Orphan namespace of the module.
own
Own namespace of the module.
prelude
Prelude to use essentials: use my_module ::prelude :: *.

Structs§

CrateDir
Path to crate directory
EitherDirOrFile
Wrapper over data_type ::Either< CrateDir, ManifestFile > with util methods.
ManifestFile
Path to crate directory
SourceFile
Path to a source file

Enums§

PathError
PathError enum represents errors when creating a CrateDir object.

Traits§

Entries
A trait that defines a method for retrieving an iterator over entries.
Sources
A trait that defines a method for retrieving an iterator over source files.