wezterm/lua-api-crates
Wez Furlong 74015a95c7
fix some warnings with rust 1.83
It's complaining about non-local impls and elided lifetimes
that have names.

I don't recall why I thought I needed these "dummy" enclosing
scopes, and they are most likely cargo-cult copypasta from
some other derive implementation that I used as inspiration.
2024-11-28 21:32:15 -07:00
..
2024-05-13 08:29:36 -07:00
2024-07-30 08:27:27 -07:00
2024-05-13 08:29:36 -07:00
2024-05-13 10:26:29 -07:00
2024-09-14 11:30:51 -07:00
2024-05-13 10:26:29 -07:00
2024-05-13 12:29:19 -07:00
2024-05-13 10:26:29 -07:00

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.