Registry / utility / arrow-buffer

arrow-buffer

JSON →
library59.0.0rscratesunverified

Provides buffer abstractions used in the Apache Arrow columnar format.

# Cargo.toml [dependencies] arrow-buffer = "59.0.0"
INSTALL
IMPORT
SIG · ARROW-BUFFER
A
arrow-buffer
utilityrustv59.0.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.

Buffer
use arrow_buffer::Buffer;

Create and inspect an Arrow buffer from a byte slice.

use arrow_buffer::Buffer; fn main() { let buf = Buffer::from(&[1u8, 2, 3, 4]); println!("Buffer length: {}", buf.len()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
59.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
OpenAI (training)
2
Meta
1
Resources
arrow-buffer — cargo add arrow-buffer · libregistry