Docs.rs
quic-rpc-0.10.1
quic-rpc 0.10.1
Docs.rs crate page
Apache-2.0
/
MIT
Links
Repository
crates.io
Source
Owners
dignifiedquire
rklaehn
github:n0-computer:iroh-maintainers
Dependencies
bincode ^1.3.3
normal
optional
bytes ^1
normal
optional
derive_more ^1.0.0-beta.6
normal
educe ^0.4.20
normal
flume ^0.11
normal
optional
futures ^0.3.30
normal
optional
futures-lite ^2.3.0
normal
futures-sink ^0.3.30
normal
futures-util ^0.3.30
normal
hex ^0.4.3
normal
hyper ^0.14.16
normal
optional
interprocess ^2.1
normal
optional
pin-project ^1
normal
iroh-quinn ^0.10
normal
optional
iroh-quinn-udp ^0.4.0
normal
optional
serde ^1.0.183
normal
tokio ^1
normal
tokio-serde ^0.8
normal
optional
tokio-util ^0.7
normal
optional
tracing ^0.1
normal
anyhow ^1.0.73
dev
async-stream ^0.3.3
dev
futures-buffered ^0.2.4
dev
proc-macro2 ^1.0.66
dev
iroh-quinn ^0.10
dev
rcgen ^0.12
dev
rustls ^0.21
dev
serde ^1
dev
tempfile ^3.5.0
dev
thousands ^0.2.0
dev
tokio ^1
dev
tracing-subscriber ^0.3.16
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
quic_rpc
0.10.1
Module rpc
Structs
Enums
Traits
In quic_rpc::pattern
Module
quic_rpc
::
pattern
::
rpc
Copy item path
source
·
[
−
]
Expand description
RPC interaction pattern.
Structs
§
Rpc
Rpc interaction pattern
Enums
§
Error
Client error. All client DSL methods return a
Result
with this error type.
Traits
§
RpcMsg
Defines the response type for a rpc message.