next-gen 0.0.3-alpha

Safe generators on stable Rust.
Documentation
[dependencies.pin-project]
version = "0.4.5"

[dependencies.proc_macro]
package = "next-gen_proc-macro"
version = "0.0.3-alpha"

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

[package]
authors = ["John Simon <john@whatisaph.one>", "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.3-alpha"
[package.metadata.docs.rs]
features = ["external_doc"]