smol-rs / futures-lite

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

optional no_std support #9

Closed jjl closed 4 years ago

jjl commented 4 years ago

Some things need alloc, possible we could do some things without it, but not today.

Adds a new feature 'std', which is default-enabled. When disabled, we don't need parking or futures-io