r4 1.0.1

A compact macro that generates iterators using for comprehensions and natural Rust syntax.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "r4"
version = "1.0.1"
authors = ["Stu Black <trurl@freeshell.org>"]
description = "A compact macro that generates iterators using for comprehensions and natural Rust syntax."
documentation = "https://docs.rs/r4/1.0.1"
keywords = ["iterator", "iterate", "for", "comprehension", "macro"]
license = "Apache-2.0"
repository = "https://github.com/dstu/r4"