Open

Description
Some people want to use async-std
for its channels, streams, and such without pulling in the actual runtime (networking driver and executor).
Perhaps we should consider introducing runtime
feature flag, which would be enabled by default and would enable modules fs
, net
, os
, process
, and task
modules.
We should then also pick a name for the core parts of async-std
, perhaps we could have them behind a new core
feature flag?