Skip to main content

Module embed

Module embed 

Source
Expand description

Embedded assets/ tree (config templates and docker_source) via rust-embed.

Structs§

Assets
Embedded setup templates and docker source tree.

Functions§

config_top_entries
Top-level entries under config/ (file or directory names as in the embed).
get
Return embedded file bytes for path, if present.
get_str
Return embedded file as UTF-8 string for path, if present and valid UTF-8.
list_prefix
List files under an embedded prefix (e.g. config/ or docker_source/).