more-itertools 0.1.6

A rust implementation of python more-itertools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
description = "A rust implementation of python more-itertools"
edition = "2021"
license = "MIT"
name = "more-itertools"
readme = "README.md"
repository = "https://github.com/ralgond/more-itertools"
version = "0.1.6"

[profile.dev]
overflow-checks = false