[dependencies.join-lazy-fmt]
version = "0.9.2"
[features]
better-docs = []
default = ["std"]
std = []
[package]
authors = ["Daniel Henry-Mantilla (daniel.henry.mantilla@gmail.com)"]
categories = ["rust-patterns"]
description = "Python generator expressions and 'list' comprehensions"
documentation = "https://docs.rs/iter-python/"
edition = "2018"
homepage = "https://github.com/danielhenrymantilla/iter-python-rs"
keywords = ["python", "iterator", "human", "generator", "comprehension"]
license = "MIT"
name = "iter-python"
readme = "README.md"
repository = "https://github.com/danielhenrymantilla/iter-python-rs"
version = "0.10.0-rc1"
[package.metadata.docs.rs]
features = ["better-docs"]