Registry / networking / azalea-buf

azalea-buf

JSON →
library0.16.0+mc26.1rscratesunverified

Serialize and deserialize buffers from Minecraft.

# Cargo.toml [dependencies] azalea-buf = "0.16.0+mc26.1"
INSTALL
IMPORT
SIG · AZALEA-BUF
A
azalea-buf
networkingrustv0.16.0+mc26.1
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.

BufRead
use azalea_buf::BufRead;

Reads a VarInt from a byte buffer using BufRead.

use azalea_buf::BufRead; fn main() { let data = vec![0u8; 10]; let mut reader = &data[..]; let result = reader.read_var_int(); println!("{:?}", result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.16.0+mc26.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
28
OpenAI (training)
1
Resources
azalea-buf — cargo add azalea-buf · libregistry