Registry / networking / wick-packet

wick-packet

JSON →
library0.17.0rscratesunverified

Packet, stream, and entity types for Wick, a WebAssembly application flow runtime.

# Cargo.toml [dependencies] wick-packet = "0.17.0"
INSTALL
IMPORT
SIG · WICK-PACKET
W
wick-packet
networkingrustv0.17.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 wick_packet::Packet;

Create and use a Wick packet

use wick_packet::Packet; fn main() { let packet = Packet::new("data"); println!("Packet created: {:?}", packet); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.17.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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