Registry / networking / fixed-buffer

fixed-buffer

JSON →
library1.0.2rscratesunverified

Fixed-size buffers for network protocol parsers.

# Cargo.toml [dependencies] fixed-buffer = "1.0.2"
INSTALL
IMPORT
SIG · FIXED-BUFFER
F
fixed-buffer
networkingrustv1.0.2
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.

FixedBuffer
✓ use fixed_buffer::FixedBuffer;

Creates a fixed-size buffer and writes data.

use fixed_buffer::FixedBuffer; fn main() { let mut buf = FixedBuffer::<1024>::new(); buf.write(&[1, 2, 3]).unwrap(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
fixed-buffer — cargo add fixed-buffer · libregistry