Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from async-std to smol for CLI #99

Open
mmstick opened this issue Aug 24, 2020 · 0 comments
Open

Switch from async-std to smol for CLI #99

mmstick opened this issue Aug 24, 2020 · 0 comments
Labels
improvement Improvement to code quality

Comments

@mmstick
Copy link
Member

mmstick commented Aug 24, 2020

Smol is what async-std is built upon, and provides everything we need with significantly less dependencies. In particular, it makes possible to do async File I/O with the standard library types.

@mmstick mmstick added the improvement Improvement to code quality label Aug 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement to code quality
Projects
None yet
Development

No branches or pull requests

1 participant