1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-26 14:54:16 +03:00
wezterm/vtparse/src
Jun Wu e023114509 vtparse: simplify TRANSITIONS const
The latest Rust handles more types of const expressions. So we can
use const fns or match directly without using workarounds like OptionPack
and macros.
2021-04-09 08:00:29 -07:00
..
enums.rs vtparse: Add utf-8 support 2019-06-29 16:15:15 -07:00
lib.rs clippy 2021-03-26 09:03:28 -07:00
transitions.rs vtparse: simplify TRANSITIONS const 2021-04-09 08:00:29 -07:00