Discover Packages
gitlab.com/efronlicht/compresshttp
internal
stdlibzstd
package
Version:
v0.4.1
Opens a new window with list of versions in this module.
Published: Dec 1, 2025
License: BSD-3-Clause-Clear
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
stdlibzstd
internal-only standard library zstd decompressor written by the go team (RSC?), stolen from the go1.25 internal/zstd library. I deleted the tests because they reference other internal-only packages I don't want to vendor here.
Expand ▾
Collapse ▴
Documentation
¶
Package zstd provides a decompressor for zstd streams,
described in RFC 8878 . It does not support dictionaries.
Reader implements io.Reader to read a zstd compressed stream.
NewReader creates a new Reader that decompresses data from the given reader.
Reset discards the current state and starts reading a new stream from r.
This permits reusing a Reader rather than allocating a new one.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.