Registry / serialization / buffertk

buffertk

JSON →
library0.13.0rscratesunverified

Buffertk provides tooling for serializing and deserializing data.

# Cargo.toml [dependencies] buffertk = "0.13.0"
INSTALL
IMPORT
SIG · BUFFERTK
B
buffertk
serializationrustv0.13.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 buffertk::Buffer;

Write and read a 32-bit integer using a buffer.

use buffertk::Buffer; fn main() { let mut buf = Buffer::new(); buf.write_u32(42).unwrap(); let val = buf.read_u32().unwrap(); println!("Read: {}", val); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.13.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
Amazon
1
OpenAI (training)
1
Resources
buffertk — cargo add buffertk · libregistry