| Crates.io | common_messages_sv2 |
| lib.rs | common_messages_sv2 |
| version | 6.0.1 |
| created_at | 2021-06-14 17:37:07.637773+00 |
| updated_at | 2025-09-25 00:12:06.754212+00 |
| description | Sv2 subprotocol common messages |
| homepage | https://stratumprotocol.org |
| repository | https://github.com/stratum-mining/stratum |
| max_upload_size | |
| id | 410023 |
| size | 26,997 |
common_messages_sv2 is a Rust #![no-std] crate that implements a set of messages shared across all Stratum V2 subprotocols.
For further information, please refer to Stratum V2 documentation - Common Messages.
This crate can be built with the following features:
quickcheck: Enables support for property-based testing using QuickCheck.To include this crate in your project, run:
$ cargo add common_messages_sv2