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§
- Crate
Dir - Path to crate directory
- Either
DirOr File - Wrapper over
data_type ::Either< CrateDir, ManifestFile >with util methods. - Manifest
File - Path to crate directory
- Source
File - Path to a source file
Enums§
- Path
Error PathErrorenum represents errors when creating aCrateDirobject.