Registry / networking / wrpc-transport

wrpc-transport

JSON →
library0.29.0rscratesunverified

wRPC core transport functionality.

# Cargo.toml [dependencies] wrpc-transport = "0.29.0"
INSTALL
IMPORT
SIG · WRPC-TRANSPORT
W
wrpc-transport
networkingrustv0.29.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.

Transport
use wrpc_transport::Transport;

Shows the core Transport trait from wRPC.

use wrpc_transport::Transport; fn main() { let _transport: Box<dyn Transport> = unimplemented!(); println!("wRPC transport trait available"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.29.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
38 hits · last 30 days
node
32
OpenAI (training)
1
Resources
wrpc-transport — cargo add wrpc-transport · libregistry