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: Optionally write to a buffer instead of stdout #2618

Merged
merged 6 commits into from
Sep 1, 2023

Commits on Sep 1, 2023

  1. Add OutputHandle enum to use instead of &mut dyn io::Write

    Piturnah authored and David Peter committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    103a2f0 View commit details
    Browse the repository at this point in the history
  2. Fix signatures

    Piturnah authored and David Peter committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    d929bec View commit details
    Browse the repository at this point in the history
  3. Handle todos

    Piturnah authored and David Peter committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    906e774 View commit details
    Browse the repository at this point in the history
  4. Clippy lints

    Piturnah authored and David Peter committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    b2c28cd View commit details
    Browse the repository at this point in the history
  5. Add example to show new feature

    Piturnah authored and David Peter committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    33a8941 View commit details
    Browse the repository at this point in the history
  6. Remove leftover unwrap

    Piturnah authored and David Peter committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    72e1a40 View commit details
    Browse the repository at this point in the history