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

Binary / row helpers #6096

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Binary / row helpers #6096

wants to merge 7 commits into from

Commits on Jul 12, 2024

  1. Allow access to the underlying bytes of the row

    Currently these are accessible via `AsRef`, but that trait only gives
    you the bytes with the lifetime of the `Row` struct and not the lifetime
    of the backing data.
    bkirwi committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    ad3d611 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

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

Commits on Aug 9, 2024

  1. Clippy fixes

    bkirwi committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    980ec14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c2a980 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a646e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3b6b36 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a941b94 View commit details
    Browse the repository at this point in the history