Stratum Core
Central hub for the Stratum V2 ecosystem, providing a cohesive API for all low-level protocol functionality.
Overview
stratum-core re-exports all the foundational Stratum protocol crates through a single entry point. This includes binary serialization, framing, message handling, cryptographic operations, and all Stratum V2 subprotocols.
Usage
Add to your Cargo.toml:
[]
= "0.1.0"
Basic usage:
use ;
Features
with_buffer_pool- Enable buffer pooling for improved memory management and performancesv1- Include Stratum V1 protocol supporttranslation- Enable translation utilities between SV1 and SV2 (includessv1)