Registry / utility / circular

circular

JSON →
library0.3.0rscratesunverified

A stream abstraction designed for use with nom, providing circular buffering.

# Cargo.toml [dependencies] circular = "0.3.0"
INSTALL
IMPORT
SIG · CIRCULAR
C
circular
utilityrustv0.3.0
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.

Circular
use circular::Circular;

Creates a circular buffer and pushes data into it.

use circular::Circular; fn main() { let mut buf = Circular::new(1024); buf.push(b"hello"); let data = buf.as_slices(); println!("{:?}", data); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
circular — cargo add circular · libregistry