Cargo Features

[dependencies]
next-gen = { version = "0.1.1", default-features = false, features = ["nightly", "better-docs", "std", "alloc", "verbose-expansions", "ui-tests"] }
default = std

The std feature is set by default whenever next-gen is added without default-features = false somewhere in the dependency tree.

nightly = better-docs

unstable

better-docs nightly? ui-tests?

allowed to break MSRV

std default = alloc
alloc std

Affects generator::GeneratorExt.boxed_gen_into_iter, call_boxed::CallBoxed

verbose-expansions

Enables verbose-expansions of next-gen-proc_macros

ui-tests = better-docs