Module abscissa_core::path

source ·
Expand description

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

A reference type for a canonical filesystem path
An owned path on the filesystem which is guaranteed to be canonical.
A slice of a path (akin to str).
An owned, mutable path (akin to String).
Standard set of “happy paths” used by Abscissa applications.

Traits

Path to the application’s executable.
Path to application’s root directory
Path to the application’s secrets directory