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 conversion into (Option<A>,Option<B>) to EitherOrBoth #713

Merged
merged 6 commits into from
Jul 29, 2023

Commits on Jul 13, 2023

  1. Add conversion into (Option<A>,Option<B>) to EitherOrBoth

    Signed-off-by: Justus Fluegel <justusfluegel@gmail.com>
    JustusFluegel committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    83f45a3 View commit details
    Browse the repository at this point in the history
  2. Change to use From instead of Into

    Signed-off-by: Justus Fluegel <justusfluegel@gmail.com>
    JustusFluegel committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    ca23089 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. Add left_or_right() method to EitherOrBoth, delegate From impl to it.

    Signed-off-by: Justus Fluegel <justusfluegel@gmail.com>
    JustusFluegel committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    d171cee View commit details
    Browse the repository at this point in the history
  2. Correct spelling of tuple

    Signed-off-by: Justus Fluegel <justusfluegel@gmail.com>
    JustusFluegel committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    44f5f7b View commit details
    Browse the repository at this point in the history
  3. Add inline(always)

    Signed-off-by: Justus Fluegel <justusfluegel@gmail.com>
    JustusFluegel committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    5fe48e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Remove From impl, change left_and_right impl to use .or_default()

    Signed-off-by: Justus Fluegel <justusfluegel@gmail.com>
    JustusFluegel committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    d7a539f View commit details
    Browse the repository at this point in the history