mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 23:21:08 +03:00
02eb0b4294
This allows removing a bunch of unwrap/expect calls. However, my primary motive was to replace the cases where we used Mux::get() == None to indicate that we were not on the main thread. A separate API has been added to test for that explicitly rather than implicitly. |
||
---|---|---|
.. | ||
battery | ||
color-funcs | ||
filesystem | ||
json | ||
logging | ||
mux | ||
procinfo-funcs | ||
share-data | ||
spawn-funcs | ||
ssh-funcs | ||
termwiz-funcs | ||
time-funcs | ||
window-funcs | ||
README.md |
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.