Versions in this module Expand all Collapse all v0 v0.16.2 May 4, 2015 v0.16.1 May 1, 2015 v0.16.0 Apr 29, 2015 Changes in this version + var ErrCorrupt = errors.New("zappy: corrupt input") + func Decode(buf, src []byte) ([]byte, error) + func DecodedLen(src []byte) (int, error) + func Encode(buf, src []byte) ([]byte, error) + func MaxEncodedLen(srcLen int) int