Docs.rs
alloy-transport-ipc-0.5.4
alloy-transport-ipc 0.5.4
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
DaniPopes
github:alloy-rs:core
Dependencies
alloy-json-rpc ^0.5
normal
alloy-pubsub ^0.5
normal
alloy-transport ^0.5
normal
bytes ^1.5.0
normal
futures ^0.3
normal
interprocess ^2
normal
pin-project ^1.1
normal
serde ^1.0
normal
optional
serde_json ^1.0
normal
tempfile ^3.10
normal
optional
tokio ^1
normal
tokio-util ^0.7
normal
tracing ^0.1
normal
tokio-test ^0.4
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
alloy_
transport_
ipc
0.5.4
All Items
Sections
alloy-transport-ipc
Crate Items
Re-exports
Modules
Structs
Crate
alloy_transport_ipc
Copy item path
source
Expand description
§
alloy-transport-ipc
IPC transport implementation.
Re-exports
§
pub use mock::
MockIpcServer
;
mock
Modules
§
mock
mock
Mock IPC server.
Structs
§
IpcConnect
An IPC Connection object.
Read
Json
Stream
A stream of JSON-RPC items, read from an
AsyncRead
stream.