Crate weechat_relay_rs

Source
Expand description

weechat-relay-rs is a pure-Rust library for interfacing with a WeeChat Relay, including sending commands and receiving messages.

Modules§

basic_types
commands
message_parser
messages

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.

Enums§

WeechatError