-
Notifications
You must be signed in to change notification settings - Fork 109
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
Added feature flag atomic
to make use of atomic StrTendril
type.
#102
Conversation
Considering this for the next minor release |
@jaboatman Do you have any experience on the resulting performance impact? (We currently live with the |
@jaboatman changes look good. I was actually about to start adding these changes. Minor - instead of a util function an interface using “.into” or “from”. |
I don't, I would imagine you'd need to benchmark it for your specific use case. We needed to store |
Can actually just use |
I don't think this will work as |
Done. |
LGTM |
LG2M thanks for asking. |
LGTM as well. I am looking forward to the new release! Thank your work maintaining this crate. |
Thank you for maintaining this crate as well @cfvescovo ! |
Thank you for your contributions! |
Thanks for this! |
Enabling this feature allows
scraper::Html
and associated types to implementSend
.