mhinparser 0.1.1

High-performance Bitcoin blockchain parser implementing the My Hash Is Nice protocol
1
2
3
pub(super) trait Overlay: Sized {
    fn overlay(self, overrides: Self) -> Self;
}