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

Make from_reader and to_writer generic #4983

Closed
wants to merge 7 commits into from
Closed

Commits on Dec 3, 2022

  1. wip

    kirawi committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    8dc48de View commit details
    Browse the repository at this point in the history
  2. make streaming io generic

    kirawi committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    afb0a6d View commit details
    Browse the repository at this point in the history
  3. fix tests

    kirawi committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    5305845 View commit details
    Browse the repository at this point in the history
  4. switch to std::fmt::Write

    kirawi committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    87af0b2 View commit details
    Browse the repository at this point in the history
  5. simplified and corrected comments

    These comments were overly verbose, and so they were simplified.
    kirawi committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    1eaecc7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    32e5642 View commit details
    Browse the repository at this point in the history
  7. remove unused std::io::Write

    kirawi committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    61f1de4 View commit details
    Browse the repository at this point in the history