edikt-0.2.1 is not a library.
The edikt CLI.
Execution model is sed-shaped: read stdin (or files), apply an expression,
write stdout. Dispatches query, mutation, and conversion modes across all
seven formats (JSONC/JSON5, INI, .env/.properties, TOML, YAML, KDL) over the
format-agnostic Document seam.
Exit codes are sed-shaped: 0 = success - including a query that matched
nothing (a silent no-op, like sed with no matching address); 2 = parse /
evaluation / I/O error. --exit-status opts into jq's 1-on-no-results for
presence tests.