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

feat(rust,python): add u8/i8/u16/i16 parsers to CSV reader #14241

Merged
merged 8 commits into from
Feb 4, 2024

Commits on Feb 3, 2024

  1. Add u8/i8/u16/i16 parsers

    mcrumiller committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    63034eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2fa3ae View commit details
    Browse the repository at this point in the history
  3. Add feature gates

    mcrumiller committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    6141eb2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5362df4 View commit details
    Browse the repository at this point in the history
  5. Remove mut

    mcrumiller committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    e62e28a View commit details
    Browse the repository at this point in the history
  6. Re-add mut

    mcrumiller committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    b0e568f View commit details
    Browse the repository at this point in the history
  7. Add allow unused mut flag

    mcrumiller committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    ced76ef View commit details
    Browse the repository at this point in the history
  8. Fix indent

    mcrumiller committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    58ba8c7 View commit details
    Browse the repository at this point in the history