Registry / utility / shared-buffer

shared-buffer

JSON →
library0.1.4rscratesunverified

An abstraction over buffers backed by memory-mapped files or bytes in memory

# Cargo.toml [dependencies] shared-buffer = "0.1.4"
INSTALL
IMPORT
SIG · SHARED-BUFFER
S
shared-buffer
utilityrustv0.1.4
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.

SharedBuffer
use shared_buffer::SharedBuffer;

Creates a new shared buffer.

use shared_buffer::SharedBuffer; fn main() { let buffer = SharedBuffer::new(); println!("Buffer created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
shared-buffer — cargo add shared-buffer · libregistry