Cargo Features

Yaxi has no features set by default.

[dependencies]
yaxi = { version = "0.1.55", features = ["xinerama", "clipboard", "extras", "ewmh", "debug"] }
xinerama

Affects extension::xinerama

clipboard

Affects yaxi::clipboard

extras
ewmh

Affects yaxi::ewmh

debug = log

feature for logging, this is disabled in release builds and enabled in tests

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.

log debug?

Enables log

log is disabled by default and is only meant for debugging, you can enable log with the "debug" feature