common_messages_sv2 7.0.0

Sv2 subprotocol common messages
Documentation

common_messages_sv2

crates.io docs.rs rustc+ license codecov

common_messages_sv2 is a Rust #![no-std] crate that implements a set of messages shared across all Stratum V2 subprotocols.

For further information, please refer to Stratum V2 documentation - Common Messages.

Build Options

This crate can be built with the following features:

  • quickcheck: Enables support for property-based testing using QuickCheck.

Usage

To include this crate in your project, run:

$ cargo add common_messages_sv2