Docs.rs
  • rpc-it-0.4.2
    • rpc-it 0.4.2
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • kang-sw
    • Dependencies
      • async-lock ^2.7.0 normal
      • bitflags ^2.4.0 normal
      • bytes ^1.4.0 normal
      • capture-it ^0.4.3 normal
      • dashmap ^5.5.0 normal
      • derive_setters ^0.1.6 normal
      • enum-as-inner ^0.6.0 normal
      • erased-serde ^0.3 normal
      • flume ^0.11 normal
      • futures-util ^0.3.28 normal
      • memchr ^2.5.0 normal
      • parking_lot ^0.12.1 normal
      • rmp ^0.8.12 normal
      • rmp-serde ^1.1.2 normal
      • rpc-it-macros ^0.1.0 normal
      • serde ^1.0 normal
      • serde_json ^1.0.105 normal
      • thiserror ^1 normal
      • tokio ^1.32.0 normal
      • serde_json ^1.0.105 dev
      • tokio ^1.32.0 dev
    • Versions
    • 51.49% of the crate is documented
  • This release has been yanked, go to latest version
  • 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
    • 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
logo

logo

Crate rpc_it

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Attribute Macros
?
Change settings

List of all items

Structs

  • IgnoredAny
  • codec::FramingAdvanceResult
  • rpc::Builder
  • rpc::EmptyEventListener
  • rpc::Feature
  • rpc::OwnedResponseFuture
  • rpc::RequestContext
  • rpc::ResponseFuture
  • rpc::Sender
  • rpc::Transceiver
  • rpc::WriteBuffer
  • rpc::msg::Notify
  • rpc::msg::Request
  • rpc::msg::RequestInner
  • rpc::msg::Response
  • service::ExactMatchRouter
  • service::Service
  • service::ServiceBuilder
  • service::TypedRequest
  • service::TypedResponse
  • transport::Bytes
  • transport::BytesMut
  • transport::FrameReader
  • transports::InMemoryReader
  • transports::InMemoryWriter

Enums

  • codec::DecodeError
  • codec::EncodeError
  • codec::FramingError
  • codec::InboundFrameType
  • codec::PredefinedResponseError
  • codec::ReqId
  • codec::ReqIdRef
  • rpc::CallError
  • rpc::InboundError
  • rpc::RecvError
  • rpc::SendError
  • rpc::TryRecvError
  • rpc::TypedCallError
  • rpc::msg::RecvMsg
  • rpc::msg::ResponseError
  • service::RegisterError
  • service::RouteMessageError

Traits

  • codec::Codec
  • codec::Framing
  • rpc::GetRequestContext
  • rpc::InboundEventSubscriber
  • rpc::Message
  • rpc::MessageMethodName
  • rpc::MessageReqId
  • service::Router
  • transport::AsyncFrameRead
  • transport::AsyncFrameWrite
  • transport::Buf

Macros

  • kv_pairs

Attribute Macros

  • service

Functions

  • __util::iter_as_map
  • codecs::framing::delim::by_delim
  • transports::new_in_memory