Registry / networking / buffer-sv2

buffer-sv2

JSON →
library3.0.1rscratesunverified

Buffer for the Stratum V2 protocol.

# Cargo.toml [dependencies] buffer_sv2 = "3.0.1"
INSTALL
IMPORT
SIG · BUFFER-SV2
B
buffer-sv2
networkingrustv3.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Buffer
✓ use buffer_sv2::Buffer;

Creates a buffer and writes data to it.

use buffer_sv2::Buffer; fn main() { let mut buf = Buffer::new(); buf.write(&[1, 2, 3]); println!("Buffer length: {}", buf.len()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
26
Amazon
1
OpenAI (training)
1
Resources
buffer-sv2 — cargo add buffer-sv2 · libregistry