Docs.rs
  • elbus-0.2.7
    • elbus 0.2.7
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • divi255
    • yblokh
    • Dependencies
      • async-channel ^1.6.1 normal
      • async-trait ^0.1.51 normal
      • atty ^0.2 normal
      • bma-benchmark ^0.0.18 normal
      • chrono ^0.4.19 normal
      • clap ^3.0.7 normal
      • colored ^2 normal
      • env_logger ^0.9.0 normal
      • fork ^0.1.18 normal
      • hex ^0.4.3 normal
      • hostname ^0.3 normal
      • ipnetwork ^0.19.0 normal
      • jemallocator ^0.3.2 normal
      • lazy_static ^1.4.0 normal
      • log ^0.4.14 normal
      • nix ^0.22.1 normal
      • num-format ^0.4.0 normal
      • prettytable-rs ^0.8 normal
      • rmp-serde ^1.0.0 normal
      • serde ^1.0.127 normal
      • serde-value ^0.7.0 normal
      • serde_json ^1.0.74 normal
      • submap ^0.1.8 normal
      • syslog ^5.0.0 normal
      • tokio ^1.15.0 normal
      • tokio-timerfd ^0.2.0 normal
      • triggered ^0.1.2 normal
      • unix-named-pipe ^0.2.0 normal
    • Versions
    • 13.21% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • 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
logo

logo

Crate elbus

  • Version 0.2.7
  • All Items
  • Modules
  • Macros
  • Structs
  • Enums
  • Constants
  • Statics
  • Traits
  • Type Definitions
logo
Change settings

Crate elbus

source · [−]

Modules

borrow
broker
client
comm
common
ipc
rpc
tools

Macros

empty_payload

Structs

Error
FrameData

Enums

ErrorKind
FrameKind
FrameOp
QoS

Constants

DEFAULT_BUF_SIZE
DEFAULT_BUF_TTL
DEFAULT_QUEUE_SIZE
DEFAULT_TIMEOUT
ERR_ACCESS
ERR_BUSY
ERR_CLIENT_NOT_REGISTERED
ERR_DATA
ERR_IO
ERR_NOT_DELIVERED
ERR_NOT_SUPPORTED
ERR_OTHER
ERR_TIMEOUT
GREETINGS
OP_ACK
OP_BROADCAST
OP_MESSAGE
OP_NOP
OP_PUBLISH
OP_SUBSCRIBE
OP_UNSUBSCRIBE
PING_FRAME
PROTOCOL_VERSION
RESPONSE_OK
SECONDARY_SEP
VERSION

Statics

AUTHOR

Traits

IntoElbusResult

Type Definitions

EventChannel
Frame
OpConfirm

When a frame is sent, methods do not wait for the result, but they return OpConfirm type to let the sender get the result if required.