Docs.rs
  • rs-jsonrpc-core-8.0.0
    • rs-jsonrpc-core 8.0.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • SUSYLABS
    • Dependencies
      • futures ^0.1.6 normal
      • log ^0.3 normal
      • serde ^1.0 normal
      • serde_derive ^1.0 normal
      • serde_json ^1.0 normal
    • Versions
    • 94.44% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • 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

rs_jsonrpc_core8.0.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • IoHandler
  • MetaIoHandler
  • NoopMiddleware
  • types::error::Error
  • types::request::MethodCall
  • types::request::Notification
  • types::response::Failure
  • types::response::Success

Enums

  • Compatibility
  • RemoteProcedure
  • types::Value
  • types::error::ErrorCode
  • types::id::Id
  • types::params::Params
  • types::request::Call
  • types::request::Request
  • types::response::Output
  • types::response::Response
  • types::version::Version

Traits

  • Metadata
  • Middleware
  • RpcMethod
  • RpcMethodSimple
  • RpcNotification
  • RpcNotificationSimple

Functions

  • types::to_string
  • types::to_value

Type Aliases

  • BoxFuture
  • FutureResponse
  • FutureResult
  • Result