Crate esvc_core

Crate esvc_core 

Source

Re-exports§

pub use esvc_traits::Engine;
pub use bincode;

Structs§

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

Enums§

GraphError
Hash
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.
HashDecodeError
IncludeSpec
WorkCacheError

Functions§

calculate_hash
print_deps

Type Aliases§

RunResult