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

Should use target_feature instead of feature name to check whether to enable sse #352

Open
BusyJay opened this issue Sep 29, 2019 · 0 comments
Labels
status/help-wanted Status: Help wanted. Contributions are very welcome!

Comments

@BusyJay
Copy link
Member

BusyJay commented Sep 29, 2019

Using target_feature is the rusty way to enable sse, so that we can remove a feature name and allow other crates to utilize sse by the same configuration.

@yiwu-arbug yiwu-arbug added the status/help-wanted Status: Help wanted. Contributions are very welcome! label Oct 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/help-wanted Status: Help wanted. Contributions are very welcome!
Projects
None yet
Development

No branches or pull requests

2 participants