Docs.rs
  • megaphone-0.10.4
    • megaphone 0.10.4
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • dghilardi
    • Dependencies
      • anyhow ^1.0.75 normal
      • bytes ^1.5.0 normal optional
      • chrono ^0.4.31 normal
      • env_logger ^0.11.2 normal optional
      • futures ^0.3.25 normal optional
      • hex ^0.4.3 normal
      • http-body-util ^0.1.0 normal optional
      • hyper ^1.2.0 normal optional
      • hyper-tls ^0.6.0 normal optional
      • hyper-util ^0.1.3 normal optional
      • log ^0.4.17 normal optional
      • rand ^0.8.5 normal
      • serde ^1.0.147 normal
      • serde_json ^1.0.87 normal
      • thiserror ^1.0.37 normal optional
      • tokio ^1.21.2 normal optional
      • tokio-stream ^0.1.14 normal optional
      • reqwest ^0.11.22 dev
    • Versions
    • 3.66% 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

megaphone0.10.4

Crate Items

  • Structs
  • Enums
  • Constants

List of all items

Structs

  • dto::agent::AddVirtualAgentReqDto
  • dto::agent::BasicOutcomeDto
  • dto::agent::PipeVirtualAgentReqDto
  • dto::agent::VirtualAgentItemDto
  • dto::channel::ChanExistsReqDto
  • dto::channel::ChanExistsResDto
  • dto::channel::ChanMessage
  • dto::channel::ChannelCreateReqDto
  • dto::channel::ChannelCreateResDto
  • dto::channel::ChannelInfoDto
  • dto::channel::ChannelsListParams
  • dto::channel::MessageDeliveryFailure
  • dto::channel::WriteBatchReqDto
  • dto::channel::WriteBatchResDto
  • dto::error::ErrorDto
  • dto::message::EventDto
  • model::feature::Feature

Enums

  • dto::agent::OutcomeStatus
  • dto::agent::VirtualAgentModeDto

Constants

  • model::constants::features::CHAN_CHUNKED_STREAM
  • model::constants::protocols::HTTP_STREAM_NDJSON_V1