Add "runtime" feature flag?
Open
api design
feedback wanted
- Dominant language
- Rust
- Stars
- 4.1k
- Forks
- 339
- PR merge metrics
- No merged PRs in 30d
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?
Contributor guide
Assessment
This issue has not been assessed yet.