package
0.3.1
Repository: https://github.com/stygerma/scion.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
PackRoot creates a complete capnp message for c, and returns it encoded as bytes.
ParseFromRaw is a utility function, which reads a capnp message from b and parses it into c.
ParseFromReader is a utility function, which reads a capnp message from r and parses it into c.
ParseStruct parses a capnp struct into a Cerealizable instance.
ReadRootFromRaw returns the root struct from a capnp message encoded in b.
ReadRootFromReader returns the root struct from a capnp message read from r.
WriteRoot creates a complete capnp message for c, and writes it out to b.

# Structs

No description provided by the author
No description provided by the author

# Interfaces

Cerealizable represents a type which has a corresponding Cap'n Proto (capnp) representation, and supports pogs insertion/extraction.

# Type aliases

ProtoIdType represents a capnp struct Id.