Skip to main content

Module mode

Module mode 

Source
Expand description

Compatibility mode resolution.

Precedence ladder (FR-012):

  1. Explicit --strict / --no-strict flag wins over everything.
  2. RUSTY_PEE_STRICT=1 env var (any truthy value).
  3. argv[0] basename equals pee (after .exe strip on Windows).
  4. Default mode.

Functions§

resolve
Resolve the compatibility mode from CLI flag, env var, and argv[0].