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

De-Escaping strings using a provided buffer #83

Merged
merged 14 commits into from
Aug 6, 2024

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    a3851a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    c6e7e38 View commit details
    Browse the repository at this point in the history
  2. The default unescaping buffer length is now 0, not 128, with an error…

    … case specifying if a buffer is required
    sammhicks committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    35765f4 View commit details
    Browse the repository at this point in the history
  3. Improved function names

    `from_str_using_string_unescape_buffer` => `from_str_escaped`
    `from_slice_using_string_unescape_buffer` => `from_slice_escaped`
    sammhicks committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    b8fab52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba04b10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c6de3d View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    0141836 View commit details
    Browse the repository at this point in the history
  2. 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.
    sammhicks committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    6a7102e View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    bb38c68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0350c3f View commit details
    Browse the repository at this point in the history
  3. Removed outdated comment

    sammhicks committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    c505081 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d254fc8 View commit details
    Browse the repository at this point in the history
  5. Bumped MSRV to 1.65.0

    sammhicks committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    fb0b8da View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    9f6af47 View commit details
    Browse the repository at this point in the history