Zstream.entry

You're seeing just the function entry, go back to Zstream module for more information.
Link to this function

entry(name, enum, options \\ [])

View Source

Specs

entry(String.t(), Enumerable.t(), Keyword.t()) :: entry()

Creates a ZIP file entry with the given name.

The enum could be either lazy Stream or List. The elements in enum should be of type iodata

Options