Registry / networking / blaze-pk

blaze-pk

JSON →
library1.3.0rscratesunverified

Rust library for the Blaze packet system used in game networking.

# Cargo.toml [dependencies] blaze-pk = "1.3.0"
INSTALL
IMPORT
SIG · BLAZE-PK
B
blaze-pk
networkingrustv1.3.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.

Packet
use blaze_pk::Packet;

Creates a new Blaze packet with a type ID and payload.

use blaze_pk::Packet; fn main() { let packet = Packet::new(0x01, vec![0x00, 0x01, 0x02]); println!("Packet created: {:?}", packet); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources
blaze-pk — cargo add blaze-pk · libregistry