# Functions
Embed embeds the attachments into the target executable.
EmbedFiles embeds the given files into the target executable.
RemoveEmbedding removes any data embedded with ember from the executable.
# Variables
ErrAlreadyEmbedded is returned if the target executable already contains attachments.
ErrNothingEmbedded is returned if the executable does not contain any attachments.
SkipCompatibilityCheck is used during emeddeding.
# Type aliases
PrintlnFunc is used for logging the embedding progress.