Registry / serialization / graphite-binary

graphite-binary

JSON →
library0.1.0rscratesunverified

Efficient binary serialization for the graphite_minecraft project.

# Cargo.toml [dependencies] graphite_binary = "0.1.0"
INSTALL
IMPORT
SIG · GRAPHITE-BINARY
G
graphite-binary
serializationrustv0.1.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.

BinaryReader
use graphite_binary::BinaryReader;

Reads a byte from binary data using BinaryReader.

use graphite_binary::BinaryReader; fn main() -> Result<(), Box<dyn std::error::Error>> { let data = vec![0u8; 10]; let mut reader = BinaryReader::new(&data); let byte = reader.read_u8()?; println!("{}", byte); Ok(()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
graphite-binary — cargo add graphite-binary · libregistry