//
pkg.gl
Category
github.com/madbase/go-capnproto2
internal
packed
package
2.18.2+incompatible
Repository:
https://github.com/madbase/go-capnproto2.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
316 SLOC
#
Functions
NewReader
NewReader returns a reader that decompresses a packed stream from r.
Pack
Pack appends the packed version of src to dst and returns the resulting slice.
Unpack
Unpack appends the unpacked version of src to dst and returns the resulting slice.
#
Structs
Reader
A Reader decompresses a packed byte stream.