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/ordocker_source/).