Crate roles_logic_sv2

Crate roles_logic_sv2 

Source
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:

Re-exports§

pub use errors::Error;

Modules§

errors
Error Handling
handlers
Handlers
utils
Collection of Helper Primitives