Expand description
weechat-relay-rs is a pure-Rust library for interfacing with a WeeChat Relay, including sending commands and receiving messages.
Modules§
Macros§
- apply_
to_ warray - Apply an expression to any variant of a
WArray
. - apply_
to_ warray_ with - Apply an expression to any variant of a
WArray
, with auxiliary data.
Structs§
- Connection
- A TCP connection to the WeeChat relay, along with the configuration for the connection, likely negotiated in a handshake.