//! Debug-logging flags, read once from the environment.
//!
//! Each flag mirrors a `LITEPARSE_*` env var and is `true` when the variable is
//! set. `env::var` allocates on every call, so these cache the lookup in a
//! `LazyLock` rather than re-reading on per-line hot paths.
use LazyLock;
env_set_flag!;
env_set_flag!;
env_set_flag!;
env_set_flag!;