[][src]Crate ellidri_reader

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.