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

Split the synchronous stuff off into its own crate #192

Open
museun opened this issue Sep 1, 2020 · 0 comments
Open

Split the synchronous stuff off into its own crate #192

museun opened this issue Sep 1, 2020 · 0 comments

Comments

@museun
Copy link
Owner

museun commented Sep 1, 2020

This would allow using the parser (and std i/o stuff) without having to have explicit feature flags.

With a new crate, we can just re-export it here.

Currently, if you wanted to use this crate just as a message parser you'd have to bring in..

async-channel = "^1.4.1"
async-dup = "^1.2.1"
fastrand = "^1.3.4"
futures-lite = "^1.0.0"
futures-timer = "^3.0.2"
log = "^0.4.11"
pin-project-lite = "^0.1.7"

None of these deps are actually required outside of the AsyncRunner (and related Async types)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant