Expand description
This module provides helper functions for dealing with Cap’n Proto binary data.
Traits§
- Trace
Visitor - The
TraceVisitortrait is the interface that allows a user to see all the events as a binary file is processed.
Functions§
- process_
capnp - Process a given Cap’n Proto file calling the visitor for each event found.