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 a buffering Stream trait #182

Merged
merged 20 commits into from
Dec 20, 2023
Merged

Add a buffering Stream trait #182

merged 20 commits into from
Dec 20, 2023

Commits on Dec 6, 2023

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

Commits on Dec 11, 2023

  1. work on recursive Stream api

    KodrAus committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    35d276a View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

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

Commits on Dec 18, 2023

  1. work on nested enum support

    KodrAus committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    801b218 View commit details
    Browse the repository at this point in the history
  2. split up Stream infra

    KodrAus committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    325eac1 View commit details
    Browse the repository at this point in the history
  3. add support for sequences

    KodrAus committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    b255fb5 View commit details
    Browse the repository at this point in the history
  4. start work on record support

    KodrAus committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    4f98474 View commit details
    Browse the repository at this point in the history
  5. fill in record support

    KodrAus committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    24c3f2f View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    a5b7850 View commit details
    Browse the repository at this point in the history
  2. fill in the last todos

    KodrAus committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    fefa221 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f8e5fb View commit details
    Browse the repository at this point in the history
  4. API adjustments

    KodrAus committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    825cb2c View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    6a3243e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    338ef0e View commit details
    Browse the repository at this point in the history
  3. re-organize crate a bit

    KodrAus committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    193d566 View commit details
    Browse the repository at this point in the history
  4. fill in more empty enum tests

    KodrAus committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    24c9693 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44edecd View commit details
    Browse the repository at this point in the history
  6. fix up build errors

    KodrAus committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    f95b05b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    059395f View commit details
    Browse the repository at this point in the history
  8. improve error messages a bit

    KodrAus committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    82cb86d View commit details
    Browse the repository at this point in the history