smol-rs / futures-lite

Futures, streams, and async I/O combinators.
Apache License 2.0
449 stars 26 forks source link

Move memchr behind an optional feature #77

Closed notgull closed 10 months ago

notgull commented 1 year ago

Closes #76

taiki-e commented 1 year ago

You have to add memchr feature to the value of --skip. https://github.com/smol-rs/futures-lite/blob/32cc46671c9076753a1ea0ad278695ac4f462199/.github/workflows/ci.yml#L45

taiki-e commented 11 months ago

LGTM