handlers_sv2 0.2.1

Sv2 Message handlers
Documentation

handlers_sv2

crates.io docs.rs rustc+ license codecov

The handlers_sv2 crate defines traits for handling Sv2 messages, with separate variants for servers and clients. Implementors can choose which message types to support—such as Mining, TemplateDistribution, Common, JobDeclaration, or Extensions based on their role in the system. Both synchronous and asynchronous versions are provided, making the crate adaptable to different execution environments.

Usage

To include this crate in your project, run:

cargo add handlers_sv2