Skip to content

v2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Dec 19:02
· 19 commits to master since this release
v2.1.0
85a3f0f
  • Make it so read_line and other futures use a naive implementation of byte
    searching unless the memchr feature is enabled. This prevents needing to
    compile the memchr crate unless it is desired. (#77)