Docs.rs
  • rsocket_rust-0.7.5
    • rsocket_rust 0.7.5
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • jjeffcaii
    • Dependencies
      • anyhow ^1.0.40 normal
      • async-stream ^0.3.1 normal
      • async-trait ^0.1.50 normal
      • bytes ^1.0.1 normal
      • cfg-if ^1.0.0 normal
      • dashmap ^5.3.4 normal
      • futures ^0.3.15 normal
      • log ^0.4.14 normal
      • once_cell ^1.7.2 normal
      • thiserror ^1.0.24 normal
      • tokio ^1.0.3 normal
      • tokio-stream ^0.1.7 normal
      • wasm-bindgen-futures ^0.4.24 normal
    • Versions
    • 8.05% 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

rsocket_rust0.7.5

Crate Items

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

List of all items

Structs

  • Client
  • ClientBuilder
  • ServerBuilder
  • extension::CompositeMetadata
  • extension::CompositeMetadataBuilder
  • extension::CompositeMetadataEntry
  • extension::RoutingMetadata
  • extension::RoutingMetadataBuilder
  • prelude::Payload
  • prelude::PayloadBuilder
  • prelude::RSocketFactory
  • prelude::SetupPayload
  • prelude::SetupPayloadBuilder
  • utils::EchoRSocket
  • utils::u24

Enums

  • error::RSocketError
  • extension::MimeType

Traits

  • prelude::RSocket
  • prelude::Sink
  • prelude::SinkExt
  • prelude::Stream
  • prelude::StreamExt
  • transport::Connection
  • transport::ServerTransport
  • transport::Transport
  • utils::Writeable

Macros

  • composite
  • stream
  • tags

Attribute Macros

  • async_trait

Functions

  • runtime::spawn

Type Aliases

  • Error
  • Result
  • prelude::ClientResponder
  • prelude::Flux
  • prelude::ServerResponder
  • transport::FrameSink
  • transport::FrameStream

Constants

  • error::ERR_APPLICATION
  • error::ERR_CANCELED
  • error::ERR_CONN_CLOSED
  • error::ERR_CONN_FAILED
  • error::ERR_INVALID
  • error::ERR_INVALID_SETUP
  • error::ERR_REJECTED
  • error::ERR_REJECT_RESUME
  • error::ERR_REJECT_SETUP
  • error::ERR_UNSUPPORTED_SETUP
  • utils::DEFAULT_MIME_TYPE