# Functions
Detect follows the same procedure as [Reader], but also reports the detected compression scheme.
Reader returns an [io.ReadCloser] that transparently reads bytes compressed with one of the following schemes:
- gzip - zstd - bzip2
If the data does not seem to be one of these schemes, a new [io.ReadCloser] equivalent to the provided [io.Reader] is returned.
# Type aliases
Compression marks the scheme that the original Reader contains.