Skip to main content

Module trace_visitor

Module trace_visitor 

Source
Expand description

This module provides helper functions for dealing with Cap’n Proto binary data.

Traits§

TraceVisitor
The TraceVisitor trait 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.