-
Notifications
You must be signed in to change notification settings - Fork 58
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
De-Escaping strings using a provided buffer #83
Merged
ryan-summers
merged 14 commits into
rust-embedded-community:master
from
sammhicks:master
Aug 6, 2024
Merged
De-Escaping strings using a provided buffer #83
ryan-summers
merged 14 commits into
rust-embedded-community:master
from
sammhicks:master
Aug 6, 2024
Commits on Apr 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a3851a4 - Browse repository at this point
Copy the full SHA a3851a4View commit details
Commits on Jul 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c6e7e38 - Browse repository at this point
Copy the full SHA c6e7e38View commit details -
The default unescaping buffer length is now 0, not 128, with an error…
… case specifying if a buffer is required
Configuration menu - View commit details
-
Copy full SHA for 35765f4 - Browse repository at this point
Copy the full SHA 35765f4View commit details -
`from_str_using_string_unescape_buffer` => `from_str_escaped` `from_slice_using_string_unescape_buffer` => `from_slice_escaped`
Configuration menu - View commit details
-
Copy full SHA for b8fab52 - Browse repository at this point
Copy the full SHA b8fab52View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba04b10 - Browse repository at this point
Copy the full SHA ba04b10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c6de3d - Browse repository at this point
Copy the full SHA 4c6de3dView commit details
Commits on Jul 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0141836 - Browse repository at this point
Copy the full SHA 0141836View commit details -
Created new struct
EscapedString
which borrows escaped strings from…… the input when deserializing, and has an iterator of unescaped fragments. Useful for zero-copy deserialization.
Configuration menu - View commit details
-
Copy full SHA for 6a7102e - Browse repository at this point
Copy the full SHA 6a7102eView commit details
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bb38c68 - Browse repository at this point
Copy the full SHA bb38c68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0350c3f - Browse repository at this point
Copy the full SHA 0350c3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c505081 - Browse repository at this point
Copy the full SHA c505081View commit details -
Configuration menu - View commit details
-
Copy full SHA for d254fc8 - Browse repository at this point
Copy the full SHA d254fc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb0b8da - Browse repository at this point
Copy the full SHA fb0b8daView commit details
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9f6af47 - Browse repository at this point
Copy the full SHA 9f6af47View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.