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

Views on trait objects #26

Merged
merged 6 commits into from
Jun 20, 2024
Merged

Views on trait objects #26

merged 6 commits into from
Jun 20, 2024

Commits on Jan 10, 2024

  1. Created extension traits for view methods of BorrowedBuffer and Borro…

    …wedMutBuffer
    Pascal committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    caae311 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Made OwningBuffer trait object safe

    Pascal committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    83afd96 View commit details
    Browse the repository at this point in the history
  2. Added example illustrating point buffer traits

    Pascal committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    34fe713 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Allow slices for trait object buffers

    Pascal committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    775d7e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    734bc43 View commit details
    Browse the repository at this point in the history
  2. Fixed clippy warnings

    Pascal committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    5cafcbd View commit details
    Browse the repository at this point in the history