v2.1.0
- Make it so
read_line
and other futures use a naive implementation of byte
searching unless thememchr
feature is enabled. This prevents needing to
compile thememchr
crate unless it is desired. (#77)
read_line
and other futures use a naive implementation of bytememchr
feature is enabled. This prevents needing tomemchr
crate unless it is desired. (#77)