Expand description
§Stratum V2 Roles-Logic Library
roles_logic_sv2 provides the core logic and utilities for implementing roles in the Stratum V2 (Sv2) protocol, such as miners, pools, and proxies. It abstracts message handling, channel management, job creation, and routing logic, enabling efficient and secure communication across upstream and downstream connections.
§Usage
To include this crate in your project, run:
$ cargo add roles_logic_sv2§Build Options
This crate can be built with the following features:
prop_test: Enables support for property testing intemplate_distribution_sv2crate.
Re-exports§
pub use errors::Error;