Cargo Features
const_format_proc_macros has no features set by default.
[dependencies]
const_format_proc_macros = { version = "0.2.33", features = ["all", "derive", "debug"] }
- all = derive
- derive all? = syn
-
Enables derive and printing of syn ^1.0.38
Affects
const_format_proc_macros::derive_const_debug
,utils::spanned_err
… - debug
-
Enables extra-traits of syn ^1.0.38
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- syn debug? derive?
-
Enables syn ^1.0.38