Skip to main content

Module config

Module config 

Source
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§

ConfigHandle
Parsed data from an image
Input
Input parameter for the kernel and application
ParseTarError
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.