Docs.rs
  • karyon_jsonrpc-0.3.5
    • karyon_jsonrpc 0.3.5
    • Permalink
    • Docs.rs crate page
    • GPL-3.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • hozan23
    • Dependencies
      • async-channel ^2.3 normal
      • async-trait ^0.1 normal
      • async-tungstenite ^0.29 normal optional
      • karyon_core ^0.3.5 normal
      • karyon_jsonrpc_macro ^0.3.5 normal
      • karyon_net ^0.3.5 normal
      • log ^0.4 normal
      • rand ^0.8 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • thiserror ^2.0 normal
      • env_logger ^0.11 dev
      • smol ^2.0 dev
    • Versions
    • 52.85% 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

karyon_jsonrpc0.3.5

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Type Aliases
  • Attribute Macros

List of all items

Structs

  • client::Client
  • client::Subscription
  • client::builder::ClientBuilder
  • codec::JsonCodec
  • message::Error
  • message::Notification
  • message::NotificationResult
  • message::Request
  • message::Response
  • net::TcpConfig
  • server::Server
  • server::builder::ServerBuilder
  • server::channel::Channel
  • server::channel::NewNotification
  • server::channel::Subscription

Enums

  • error::Error
  • error::RPCError
  • net::Addr
  • net::Endpoint

Traits

  • codec::ClonableJsonCodec
  • codec::Codec
  • codec::Decoder
  • codec::Encoder
  • net::ToEndpoint
  • server::pubsub_service::PubSubRPCService
  • server::service::RPCService

Attribute Macros

  • rpc_impl
  • rpc_method
  • rpc_pubsub_impl

Type Aliases

  • codec::ByteBuffer
  • error::RPCResult
  • error::Result
  • message::ID
  • message::SubscriptionID
  • server::pubsub_service::PubSubRPCMethod
  • server::service::RPCMethod

Constants

  • message::INTERNAL_ERROR_CODE
  • message::INTERNAL_ERROR_MSG
  • message::INVALID_PARAMS_ERROR_CODE
  • message::INVALID_REQUEST_ERROR_CODE
  • message::JSONRPC_VERSION
  • message::METHOD_NOT_FOUND_ERROR_CODE
  • message::PARSE_ERROR_CODE
  • server::FAILED_TO_PARSE_ERROR_MSG
  • server::INVALID_REQUEST_ERROR_MSG
  • server::METHOD_NOT_FOUND_ERROR_MSG
  • server::UNSUPPORTED_JSONRPC_VERSION