Docs.rs
axum-jrpc-0.9.0
axum-jrpc 0.9.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
0xdeafbeef
Dependencies
anyhow ^1.0.100
normal
optional
axum ^0.8.8
normal
cfg-if ^1.0.4
normal
mime ^0.3.17
normal
serde ^1.0
normal
serde_json ^1.0
normal
optional
simd-json ^0.17.0
normal
optional
thiserror ^2.0.17
normal
anyhow ^1.0.100
dev
axum-test ^18.5.0
dev
tokio ^1.49
dev
tracing ^0.1
dev
tracing-subscriber ^0.3
dev
Versions
25%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
Crate axum_jrpc
axum_
jrpc
0.9.0
All Items
Crate Items
Modules
Structs
Enums
Type Aliases
Crate
axum_
jrpc
Copy item path
Source
Modules
§
error
Structs
§
Json
RpcExtractor
Parses a JSON-RPC request, and returns the request ID, the method name, and the parameters. If the request is invalid, returns an error.
Json
RpcRequest
Json
RpcResponse
A JSON-RPC response.
Enums
§
Id
An identifier established by the Client that MUST contain a String, Number, or NULL value if included. If it is not included it is assumed to be a notification. The value SHOULD normally not be Null and Numbers SHOULD NOT contain fractional parts
Json
RpcAnswer
JsonRpc
response object
Value
Represents any valid JSON value.
Type Aliases
§
Jrpc
Result
Hack until
try_trait_v2
is not stabilized