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(stream): Initial support for auto-adapting streams #54

Merged
merged 5 commits into from
Mar 8, 2023
Merged

Commits on Mar 7, 2023

  1. feat(stream): Add strip_str

    epage committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    d6dbbbc View commit details
    Browse the repository at this point in the history
  2. feat(stream): Add strip_bytes support

    This has more overhead as it has to track the UTF8 parse state to tell
    UTF8 continuations from single-byte control codes.
    epage committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    7fadaf2 View commit details
    Browse the repository at this point in the history
  3. feat(stream): Add StripStream support

    This will be one of the building blocks for `Stream`.
    epage committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    18f799f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d4eaf6 View commit details
    Browse the repository at this point in the history
  5. feat(stream): println support

    epage committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    ea3c0d1 View commit details
    Browse the repository at this point in the history