# Functions
NewFileWriter returns a writer that can be used to append embedbin files to the binary represented by the provided file.
NewReader returns a new embedbin reader from the provided reader.
NewWriter returns a writer that may be used to append embedbin files to the writer w.
OpenFile parses the provided ReaderAt with the provided size.
Self reads the currently executing binary image as an embedbin and returns a reader to it.
Sniff sniffs a binary's embedbin offset.
# Variables
Deflate compresses embedded files.
ErrCorruptedImage is returned when the embedbin image has been corrupted.
ErrNoSuchFile is returned when the embedbin does not contain an embedded file with the requested name.
# Type aliases
WriteOpt is an option to NewWriter.