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

Optional underlying web framework support #34

Open
kingledion opened this issue Mar 23, 2023 · 0 comments
Open

Optional underlying web framework support #34

kingledion opened this issue Mar 23, 2023 · 0 comments

Comments

@kingledion
Copy link
Contributor

couch-rs currently uses reqwest and hyper for its underlying web framework. In the case of an application that uses the actix stack as its web framework, this adds close to 100 dependencies and offers significant bloat to the executable (and, incidentally, about 2-3 minutes of build time with Github actions runners)

This package should optionally use the reqwest/hyper stack or the actix stack as its underlying framework.

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