Available on crate feature
loader only.Expand description
The image hermit.toml config file format.
All file paths are relative to the image root.
Structs§
- Config
Handle - Parsed data from an image
- Input
- Input parameter for the kernel and application
- Parse
TarError - An error from
parse_tar. - Requirements
- Minimal requirements for an image to be able to run as expected
Enums§
- Config
- The configuration toplevel structure.
Functions§
- parse_
tar - A convenience function to handle looking up the config in a tar file (decompressed) and retrieve the kernel slice.