Cargo Features

proc_assertions has no features set by default.

[dependencies]
proc_assertions = { version = "0.1.1", features = ["nightly", "proc_assertions"] }
nightly
proc_assertions

proc_assertions has 2 features without comments.

Features from optional dependencies

proc_macro2: This is a separate to compiler based proc_macro crate that provides a more flexible and ergonomic API for working with Rust's procedural macros. It's designed to facilitate manipulation of Rust syntax trees (AST) and token streams.