Structs§
- AppDir
Modules - A final route in the app directory.
- AppPage
Loader Tree - Collected
Root Params - This is a transparent value type wrapping [
FxIndexSet<RcStr>
]. - Directory
Tree - Entrypoints
- This is a transparent value type wrapping [
FxIndexMap<AppPath,Entrypoint>
]. - File
System Path Vec - This is a transparent value type wrapping
Vec<FileSystemPath>
. - Global
Metadata - Metadata files that can be placed in the root of the app directory.
- Metadata
- Metadata file that can be placed in any segment of the app directory.
- Option
AppDir - This is a transparent value type wrapping
Option<FileSystemPath>
. - Root
Param VecOption - This is a transparent value type wrapping
Option<Vec<RcStr>>
.
Enums§
- Entrypoint
- Metadata
Item - A single metadata file.
- Metadata
With AltItem - A single metadata file plus an optional “alt” text file.
Functions§
- collect_
root_ params - find_
app_ dir - Finds and returns the DirectoryTree of the app directory if existing.
- get_
entrypoints - get_
global_ metadata - Returns the global metadata for an app directory.
- get_
metadata_ route_ name