next-gen_proc-macro 0.0.5

Safe generators on stable Rust.
Documentation
[dependencies.fstrings]
version = "0.2.2"

[dependencies.quote]
version = "1.0.*"

[dependencies.syn]
version = "1.0.*"

[features]
external_doc = []
verbose-expansions = ["syn/extra-traits"]

[lib]
path = "mod.rs"
proc-macro = true

[package]
authors = ["Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>"]
description = "Safe generators on stable Rust."
documentation = "https://docs.rs/next-gen"
edition = "2018"
license-file = "LICENSE"
name = "next-gen_proc-macro"
repository = "https://github.com/danielhenrymantilla/next-gen-rs"
version = "0.0.5"
[package.metadata.docs.rs]
features = ["external_doc"]