async-email / async-smtp

Apache License 2.0
59 stars 12 forks source link

Do not wrap the stream into BufReader #61

Closed link2xt closed 1 year ago

link2xt commented 1 year ago

Require that the stream implements BufRead trait instead. Crate user may choose to wrap the stream into BufReader, BufStream or implement buffering some other way.