| Crates.io | parsers_sv2 |
| lib.rs | parsers_sv2 |
| version | 0.1.1 |
| created_at | 2025-07-11 16:42:51.316416+00 |
| updated_at | 2025-09-25 00:12:53.815942+00 |
| description | Sv2 Message Parsers |
| homepage | https://stratumprotocol.org |
| repository | https://github.com/stratum-mining/stratum |
| max_upload_size | |
| id | 1748151 |
| size | 70,775 |
parsers_sv2parsers_sv2 provides logic to convert raw Stratum V2 (Sv2) message data into Rust types, as well as logic to handle conversions among Sv2 Rust types. The crate is no_std compatible by default.
Most of the logic on this crate is tightly coupled with the binary_sv2 crate.