package
2.18.2+incompatible
Repository: https://github.com/madbase/go-capnproto2.git
Documentation: pkg.go.dev

# Functions

NewReader returns a reader that decompresses a packed stream from r.
Pack appends the packed version of src to dst and returns the resulting slice.
Unpack appends the unpacked version of src to dst and returns the resulting slice.

# Structs

A Reader decompresses a packed byte stream.