Cargo Features
Ranting has no features set by default.
[dependencies]
ranting = { version = "0.2.1", features = ["debug"] }
FEATURES
- default
-
These default features are set whenever
ranting
is added without
somewhere in the dependency tree.default-features = false Enables ranting_derive
- debug
-
Print during compilation each
say!()
pattern with itsformat!()
conversion.Enables debug of ranting_derive