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

Add RecordReader trait and proc macro to implement it for a struct #4773

Merged
merged 16 commits into from
Oct 30, 2023
Merged

Add RecordReader trait and proc macro to implement it for a struct #4773

merged 16 commits into from
Oct 30, 2023

Commits on Sep 4, 2023

  1. add and implement RecordReader trait for rust structs

    Joseph-Rance authored and joseph rance committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    f49472e View commit details
    Browse the repository at this point in the history
  2. Fix typo in comment

    Joseph-Rance committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    dd8a3b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. run cargo fmt

    Joseph-Rance authored and joseph rance committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    eb1402d View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. partially solve issues raised in review

    joseph rance committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    9f2dd9f View commit details
    Browse the repository at this point in the history
  2. remove references

    joseph rance committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    7d4f128 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    8cd0a4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3eb5239 View commit details
    Browse the repository at this point in the history
  3. update comments

    Joseph-Rance committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    555067f View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    83e4df3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    378785c View commit details
    Browse the repository at this point in the history
  3. update documentation

    Joseph-Rance committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    e5a0acc View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

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

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    545ac93 View commit details
    Browse the repository at this point in the history
  2. run cargo fmt

    Joseph-Rance committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    7cac70c View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Configuration menu
    Copy the full SHA
    767947a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96f71ee View commit details
    Browse the repository at this point in the history