Crate ellidri_reader

Source
Expand description

Asynchronous IRC message reading.

This exposes a more robust alternative to tokio’s BufReader, with better control on how lines are read.

Structs§

IrcReader
Asynchronous IRC message reader.
ReadMessage
Future returned by IrcReader::read_message.