mirror of
https://github.com/wezterm/wezterm.git
synced 2026-08-02 18:22:24 +08:00
We were using the runtime dir with a fallback to a directory that was equivalent to the data dir on !xdg systems. That meant that the state in the runtime dir was often scrubbed around a reboot. refs: https://github.com/wez/wezterm/discussions/4019 refs: https://github.com/wez/wezterm/issues/4047
The crates in this directory provide modules and functions to wezterm's lua config file and interface.
They are registered into the lua config via env-bootstrap.
It is advantageous to build times to have multiple, smaller, crates.