[][src]Module abscissa_core::path

Paths for resources used by the application.

Implemented as a trait to support extensibility and customizability, but with a a set of framework conventions.

Structs

AbsPath

A reference type for a canonical filesystem path

AbsPathBuf

An owned path on the filesystem which is guaranteed to be canonical.

Path

A slice of a path (akin to str).

PathBuf

An owned, mutable path (akin to String).

StandardPaths

Standard set of "happy paths" used by Abscissa applications.

Traits

ExePath

Path to the application's executable.

RootPath

Path to application's root directory

SecretsPath

Path to the application's secrets directory