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

Remove itertools as a dependency #730

Merged
merged 1 commit into from
Sep 26, 2019
Merged

Remove itertools as a dependency #730

merged 1 commit into from
Sep 26, 2019

Commits on Sep 25, 2019

  1. FIX: Remove itertools as a dependency

    We use `izip!()` as the only major feature from itertools, and can
    remove it to save build time and two small crates as deps.
    
    `izip!()` is license compatible and originally written by @krdln
    (Michał Krasnoborski) and @bluss in itertools, so we copy it into the
    crate.
    
    The free functions zip(i, j) and enumerate(i) are just style
    preferences, written by me, and simple to copy.
    
    Itertools is still used as a dev-dependency.
    bluss committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    ec2fb66 View commit details
    Browse the repository at this point in the history