Docs.rs
quic-rpc-0.20.0
quic-rpc 0.20.0
Permalink
Docs.rs crate page
Apache-2.0
/
MIT
Links
Repository
crates.io
Source
Owners
dignifiedquire
rklaehn
github:n0-computer:iroh-maintainers
Dependencies
anyhow ^1
normal
bytes ^1
normal
optional
document-features ^0.2
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
hyper ^0.14.16
normal
optional
iroh ^0.35
normal
optional
pin-project ^1
normal
postcard ^1
normal
optional
iroh-quinn ^0.13
normal
optional
rcgen ^0.13
normal
optional
rustls ^0.23
normal
optional
serde ^1
normal
slab ^0.4.9
normal
smallvec ^1.13.2
normal
time ^0.3.36
normal
tokio ^1
normal
tokio-serde ^0.9
normal
optional
tokio-util ^0.7
normal
tracing ^0.1
normal
anyhow ^1
dev
async-stream ^0.3.3
dev
derive_more ^1
dev
futures-buffered ^0.2.4
dev
nested_enum_utils ^0.1.0
dev
proc-macro2 ^1.0.66
dev
iroh-quinn ^0.13
dev
rand ^0.8
dev
rcgen ^0.13
dev
serde ^1
dev
tempfile ^3.5.0
dev
testresult ^0.4.1
dev
thousands ^0.2.0
dev
tokio ^1
dev
tokio-util ^0.7
dev
tracing-subscriber ^0.3.16
dev
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
quic_
rpc
0.20.0
Module rpc
Module Items
Structs
Enums
Traits
In quic_
rpc::
pattern
quic_rpc
::
pattern
Module
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.