Expand description
§BUS/RT - Rust-native IPC broker
ELBUS has been renamed to BUS/RT®
New cargo crate: https://crates.io/crates/busrt
Modules§
Macros§
Structs§
Enums§
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§
Traits§
Type Aliases§
- Event
Channel - 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.