# Functions
Open opens the named file for reading.
# Variables
Exts maps a file suffix to the name of the program to use in OpenFile for uncompressing it.
# Type aliases
An Opener receives a ReadCloser with compressed data and returns a ReadCloser with uncompressed data.