Docs.rs
  • simple-pub-sub-0.1.6
    • simple-pub-sub 0.1.6
    • Docs.rs crate page
    • MIT
    • 24 February 2025
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • girish946
    • Dependencies
      • clap ^4.4.11 normal
      • env_logger ^0.11.3 normal
      • log ^0.4.20 normal
      • mio ^1.0.3 normal
      • native-tls ^0.2 normal
      • openssl ^0.10.66 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • tokio ^1 normal
      • tokio-native-tls ^0.3 normal
      • tokio-stream ^0.1 normal
      • uuid ^1.6.1 normal
      • clap ^4.4.11 build
      • clap_complete ^4.5.2 build
      • clap_mangen ^0.2.20 build
    • Versions
    • 62.07% of the crate is documented
  • Go to latest version
  • Platform
    • 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

simple_pub_sub0.1.6

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions

List of all items

Structs

  • client::Client
  • client::PubSubTcpClient
  • client::PubSubUnixClient
  • message::Header
  • message::Msg
  • server::Server
  • server::Tcp
  • server::Unix
  • topics::TopicMap

Enums

  • client::PubSubClient
  • client::StreamType
  • message::HeaderError
  • message::PktType
  • server::ServerType

Traits

  • server::ServerTrait

Functions

  • client::on_message
  • message::get_msg_response
  • stream::read_message
  • topics::get_global_broadcaster
  • topics::topic_manager

Constants

  • message::DEFAULT_VERSION
  • message::PUBLISH
  • message::PUBLISHACK
  • message::QUERY
  • message::QUERYRESP
  • message::SUBSCRIBE
  • message::SUBSCRIBEACK
  • message::SUPPORTED_VERSIONS
  • message::UNSUBSCRIBE
  • message::UNSUBSCRIBEACK