Crate meilies_client

Source

Structs§

PairedConnection
A paired connection returns a response to each message send, it is sequential. This connection is used to publish events to streams.
SubController
A sub controller control which streams to connect to.
SubStream
A tokio Stream that returns every event received on all subscribed streams.

Enums§

ProtocolError

Functions§

connect
Open a framed connection with a server using RESP
paired_connect
Open a framed paired connection with a server.
sub_connect
Open a sup connection with a server.

Type Aliases§

ClientConnection
ClientConnectionReader
ClientConnectionWriter