zkvmc-trace 0.0.1

zkVMc trace library
Documentation
1
2
3
4
/// A trait for tracing execution of instructions.
pub trait Tracer<R> {
    fn report(&mut self, record: R);
}