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

[Draft] Use builder pattern and enable stream selection #33

Closed
wants to merge 9 commits into from

Commits on Jan 6, 2024

  1. initial builder with reader_options

    Evy Garden committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    fd7456f View commit details
    Browse the repository at this point in the history
  2. remove result and return mut self ref

    Evy Garden committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    9b13d6a View commit details
    Browse the repository at this point in the history
  3. don't use references

    Evy Garden committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    5ad63d2 View commit details
    Browse the repository at this point in the history
  4. add resize to builder

    Evy Garden committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    865fecc View commit details
    Browse the repository at this point in the history
  5. build reader at start

    Evy Garden committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    ccda163 View commit details
    Browse the repository at this point in the history
  6. make stream_info public

    Evy Garden committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    10374b1 View commit details
    Browse the repository at this point in the history
  7. add stream index selector

    Evy Garden committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    318071c View commit details
    Browse the repository at this point in the history
  8. remove unnecessary result

    Evy Garden committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    48d5993 View commit details
    Browse the repository at this point in the history
  9. remove new from decoder

    Evy Garden committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    1ef9bc2 View commit details
    Browse the repository at this point in the history