Docs.rs
  • rpcx_protocol-0.3.0
    • rpcx_protocol 0.3.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • smallnest
    • Dependencies
      • byteorder ^1.3.2 normal
      • bytes ^1.0.1 normal
      • enum-primitive-derive ^0.1.2 normal
      • flate2 ^1.0 normal
      • futures ^0.3.16 normal
      • num-traits ^0.2.8 normal
      • serde ^1.0.126 normal
      • serde_json ^1.0.40 normal
      • strum ^0.21.0 normal
      • strum_macros ^0.21.1 normal
      • tokio ^1.9.0 normal
    • Versions
    • 3.61% 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
    • 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 rpcx_protocol

rpcx_protocol0.3.0

  • All Items

Crate Items

  • Modules

Crates

  • rpcx_protocol

Crate rpcx_protocol

Source

Re-exports§

pub use call::*;
pub use error::*;
pub use message::*;

Modules§

call
error
message

Results

Settings
Help
    module
    rpcx_protocol::call
    struct
    rpcx_protocol::call::Call
    struct
    rpcx_protocol::call::CallFuture
    type alias
    rpcx_protocol::call::ArcCall
    struct field
    rpcx_protocol::call::CallFuture::arc_call
    struct field
    rpcx_protocol::call::Call::seq
    Call -> u64
    struct field
    rpcx_protocol::call::Call::error
    Call -> String
    struct field
    rpcx_protocol::call::Call::state
    Call -> Arc
    struct field
    rpcx_protocol::call::Call::reply_data
    Call -> Vec
    struct field
    rpcx_protocol::call::Call::is_client_error
    Call -> bool
    method
    rpcx_protocol::call::Call::fmt
    &Call, &mut Formatter -> Result
    method
    rpcx_protocol::call::Call::new
    u64 -> Call