Docs.rs
  • xy-rpc-0.2.0
    • xy-rpc 0.2.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • ycysdf
    • Dependencies
      • auto_enums ^0.8 normal
      • axum ^0.8 normal optional
      • bit_field ^0.10 normal
      • bytes ^1.10.0 normal
      • compio ^0.13 normal optional
      • dashmap ^6.1 normal optional
      • derive_more ^1 normal
      • flume ^0.11 normal
      • futures-channel ^0.3 normal
      • futures-util ^0.3 normal
      • portable-atomic ^1.10 normal
      • rmp-serde ^1.3 normal optional
      • serde ^1 normal
      • serde_json ^1 normal optional
      • tokio ^1 normal optional
      • tokio-util ^0.7 normal optional
      • tracing ^0.1 normal
      • xy-rpc-macro ^0.2.0 normal
      • axum ^0.8 dev
      • bincode ^1.3 dev
      • compio ^0.13 dev
      • dashmap ^6.1 dev
      • tokio ^1 dev
      • tokio-util ^0.7 dev
      • tower ^0.5 normal
      • ts-rs ^10 normal
      • uuid ^1 normal
      • gloo-net ^0.6 normal
      • js-sys ^0.3 normal
      • pin-project ^1 normal
      • wasm-bindgen ^0.2.100 normal
      • wasm-bindgen-futures ^0.4 normal
      • wasm-streams ^0.4 normal
      • web-sys ^0.3 normal
    • Versions
    • 0% 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

xy_rpc0.2.0

  • All Items

Crate Items

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

Crate xy_rpc

Source

Re-exports§

pub use xy_rpc_macro as macros;

Modules§

formats
maybe_send

Structs§

ChannelBuilder
FnServiceFactory
RpcMsgHandlerWrapper
RpcMsgInfo
RpcMsgItem
XyRpcChannel

Enums§

RpcError

Traits§

RpcMsg
RpcMsgHandler
RpcRefMsg
RpcServiceSchema
RpcTransport
RpcTransportSink
RpcTransportStream
ServiceFactory

Functions§

new_transport_sink
new_transport_stream

Type Aliases§

RpcFrameKey

Attribute Macros§

rpc_service