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 default-features = false somewhere in the dependency tree.

Enables ranting_derive

debug

Print during compilation each say!() pattern with its format!() conversion.

Enables debug of ranting_derive