next-gen 0.0.5

Safe generators on stable Rust.
Documentation
[dependencies.proc_macro]
package = "next-gen_proc-macro"
version = "0.0.5"

[features]
alloc = []
allow-warnings = []
default = ["alloc"]
external_doc = ["proc_macro/external_doc"]
verbose-expansions = ["proc_macro/verbose-expansions"]

[package]
authors = ["Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>"]
categories = ["asynchronous", "concurrency", "rust-patterns"]
description = "Safe generators on stable Rust."
documentation = "https://docs.rs/next-gen"
edition = "2018"
keywords = ["generator", "yield", "coroutine", "async", "await"]
license = "MIT"
name = "next-gen"
readme = "README-crates-io.md"
repository = "https://github.com/danielhenrymantilla/next-gen-rs"
version = "0.0.5"
[package.metadata.docs.rs]
features = ["external_doc"]