Documentation ¶
Overview ¶
Package zstd holds zstd encoders and decoders used by the GAE library.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeAll ¶
DecodeAll allows stateless decoding of a blob of bytes.
Output will be appended to dst, so if the destination size is known you can pre-allocate the destination slice to avoid allocations. DecodeAll can be used concurrently.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.