-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
Change &str input args into impl IntoGStr #1448
base: main
Are you sure you want to change the base?
Conversation
Same question here, can you create a draft PR with the changes this causes? :) |
There's also |
59d6829
to
2a45ed4
Compare
Why not? |
I added |
Those don't need to be nul terminated, it's fine for them to just be |
Oh right, that makes sense. |
Also rename the old detect_length to detect_array to make it more clear
I think the futures change would be worth its own PR. That can be merged already :) |
Also changes strings with transfer=full to
impl Into<GString>
I added new
Bound
sbut not a newTransformation
, if anything else requires this stack-callback approach then one could be addedAlso added
Transformation
too to correspond to the new chunk type, soIntoStrV
works as well