Docs.rs
  • rpc-toolkit-0.3.0
    • rpc-toolkit 0.3.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • dr-bonez
    • Dependencies
      • async-stream ^0.3 normal
      • async-trait ^0.1 normal
      • axum ^0.7 normal
      • clap ^4 normal
      • futures ^0.3 normal
      • http ^1 normal
      • http-body-util ^0.1 normal
      • imbl-value ^0.1.1 normal
      • itertools ^0.12 normal
      • lazy_format ^2 normal
      • lazy_static ^1.4 normal
      • openssl ^0.10 normal
      • pin-project ^1 normal
      • reqwest ^0.12 normal
      • serde ^1.0 normal
      • serde_cbor ^0.11 normal optional
      • serde_json ^1.0 normal
      • thiserror ^1.0 normal
      • tokio ^1 normal
      • tokio-stream ^0.1 normal
      • url ^2 normal
      • yajrc ^0.1 normal
    • Versions
    • 0% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

rpc_toolkit0.3.0

  • All Items

Crate Items

  • Re-exports
  • Modules
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

Crate rpc_toolkit

Source

Re-exports§

pub use clap;
pub use futures;
pub use reqwest;
pub use serde;
pub use serde_json;
pub use tokio;
pub use url;
pub use yajrc;

Modules§

adapters
command_helpers
from_fn
http
parent
socket
util

Structs§

CallRemoteHandler
CliApp
CustomDisplay
CustomDisplayFn
DynHandler
Empty
FromFn
FromFnAsync
HandlerArgs
HttpServer
InheritanceHandler
NoCli
NoDisplay
ParentHandler
RemoteCaller
Server
ShutdownHandle
WithAbout
WithContext

Enums§

Never

Traits§

CallRemote
CliBindings
Context
Handler
HandlerExt
HandlerFor
HandlerTypes
Middleware
PrintCliResult

Functions§

call_remote_http
call_remote_socket
fallback_rpc_error_response
from_fn
from_fn_async
from_fn_blocking
json_http_response

Type Aliases§

GenericRpcMethod
HandlerArgsFor
RpcRequest
RpcResponse
SingleOrBatchRpcRequest