# Functions
NewZstdReader returns a new zstd Reader with the given io.Reader.
NewZstdWriter returns a new zstd Writer with the given io.Writer.
# Structs
zstdReader is an optimized wrapper of zstd.Decoder with sync.Pool support.
ZstdWriter is an optimized wrapper of zstd.Encoder with sync.Pool support.