rust-stratum-v2 icon indicating copy to clipboard operation
rust-stratum-v2 copied to clipboard

A library implementation in Rust of the Stratum V2 Protocol.

workflow

Rust Stratum V2

A WIP library implementation of the Stratum V2 Protocol.

The detailed spec can be found here.

Building

The library can be built and tested using cargo:

git clone [email protected]:ccdle12/rust-stratum-v2.git
cd rust-stratum-v2
cargo build

Tests

You can run tests with:

cargo test

Please refer to the cargo documentation for more detailed instructions.

See fuzz tests for instructions on how to run fuzzing.

Documentation

Documentation can be built locally using cargo:

cargo doc --no-deps --open

Examples

Examples can be found here and the README contains instructions on how to run the examples.