Docs.rs
  • elbus-0.2.21
    • elbus 0.2.21
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • divi255
    • yblokh
    • Dependencies
      • async-channel ^1.7.1 normal
      • async-io ^1.8.0 normal
      • async-trait ^0.1.57 normal optional
      • atty ^0.2 normal optional
      • bma-benchmark ^0.0.18 normal optional
      • chrono ^0.4.19 normal optional
      • clap ^3.0.7 normal optional
      • colored ^2 normal optional
      • console-subscriber ^0.1.7 normal optional
      • env_logger ^0.9.0 normal optional
      • fork ^0.1.18 normal optional
      • hex ^0.4.3 normal optional
      • hostname ^0.3.1 normal optional
      • ipnetwork ^0.20.0 normal optional
      • jemallocator ^0.5.0 normal optional
      • lazy_static ^1.4.0 normal optional
      • log ^0.4.14 normal optional
      • nix ^0.25.0 normal optional
      • num-format ^0.4.0 normal optional
      • parking_lot ^0.12.1 normal optional
      • prettytable-rs ^0.9 normal optional
      • rmp-serde ^1.1.0 normal optional
      • serde ^1.0.143 normal optional
      • serde-value ^0.7.0 normal optional
      • serde_json ^1.0.83 normal optional
      • submap ^0.2.2 normal optional
      • syslog ^5.0.0 normal optional
      • tokio ^1.20.1 normal
      • triggered ^0.1.2 normal optional
      • unix-named-pipe ^0.2.0 normal optional
    • Versions
    • 13.45% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-unknown-linux-gnu
  • Feature flags
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

elbus0.2.21

  • All Items

Sections

  • BUS/RT - Rust-native IPC broker

Crate Items

  • Modules
  • Macros
  • Structs
  • Enums
  • Constants
  • Statics
  • Traits
  • Type Aliases

Crate elbus

Source
Expand description

§BUS/RT - Rust-native IPC broker

ELBUS has been renamed to BUS/RT®

New cargo crate: https://crates.io/crates/busrt

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 Aliases§

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.