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 next_array and collect_array #560

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jul 15, 2021

  1. Bump minimum required Rust version to 1.34.

    Note that this was already the case since 83c0f04 since it uses
    saturating_pow which was only stabilized in 1.34.
    orlp committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    430fa49 View commit details
    Browse the repository at this point in the history
  2. Check for Rust version with build script.

    This also allows us to automatically detect support for
    min const generics.
    orlp committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    4a54576 View commit details
    Browse the repository at this point in the history
  3. Simplify next_tuple impl.

    orlp committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    7e95955 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30ef273 View commit details
    Browse the repository at this point in the history