Re-exports

pub use bincode;
pub use esvc_traits::Engine;

Structs

A formatter which can format a graph into the .dot format, useful for debugging and visualization

Enums

When dealing with new events which use a different hash than others, keep in mind that the hash will thus differ, and they won’t be merged inside of the graph. This can be mitigated by migrating all graph nodes or by strictly reusing graph nodes, however, the performance penality might massively exceed the compatiblity benefit.

Functions

Type Definitions