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?
Some people want to use
async-stdfor its channels, streams, and such without pulling in the actual runtime (networking driver and executor).Perhaps we should consider introducing
runtimefeature flag, which would be enabled by default and would enable modulesfs,net,os,process, andtaskmodules.We should then also pick a name for the core parts of
async-std, perhaps we could have them behind a newcorefeature flag?