Docs.rs
qjsonrpc-0.5.0
qjsonrpc 0.5.0
Permalink
Docs.rs crate page
MIT OR BSD-3-Clause
Links
Repository
crates.io
Source
Owners
dirvine
MaidSafe-QA
Dependencies
log ~0.4.17
normal
quinn ^0.9.3
normal
quinn-proto ^0.9.2
normal
rand ^0.8.5
normal
rcgen ~0.10.0
normal
rustls ^0.20.8
normal
serde ^1.0.152
normal
serde_json ^1.0.93
normal
thiserror ^1.0.38
normal
url ^2.3.1
normal
webpki ~0.22.0
normal
assert_fs ~1.0
dev
color-eyre ~0.6
dev
quinn ^0.9.3
dev
tempfile ^3.4
dev
tokio ^1.26.0
dev
tracing ~0.1.37
dev
tracing-subscriber ~0.3.16
dev
Versions
50%
of the crate is documented
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
☰
Crate qjsonrpc
Version 0.5.0
All Items
Structs
Enums
Constants
Type Definitions
?
Crate
qjsonrpc
source
·
[
−
]
Structs
ClientEndpoint
A QUIC Client Endpoint for using JSON-RPC.
IncomingConn
IncomingJsonRpcRequest
JsonRpcRequest
JsonRpcResponse
JsonRpcResponseStream
ServerEndpoint
A QUIC Server Endpoint for using JSON-RPC.
Enums
Error
Constants
DEFAULT_IDLE_TIMEOUT
Default idle timeout for endpoint transfer config.
JSONRPC_INTERNAL_ERROR
JSONRPC_INVALID_PARAMS
JSONRPC_METHOD_NOT_FOUND
Type Definitions
Result