1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-18 19:01:36 +03:00
wezterm/vtparse/src
Jun Wu 2dc4cfe61d vtparse: avoid build.rs codegen
Change build.rs codegen to const_fns. This makes vtparse more friendly for buck
build.

Note const_fn functions still have limitation on the current stable (1.41)
rustc (ex. native "match" or "if" cannot be used in const_fn). So I used some
tricks to get it compile.
2020-02-10 22:41:56 -08:00
..
enums.rs vtparse: Add utf-8 support 2019-06-29 16:15:15 -07:00
lib.rs vtparse: avoid build.rs codegen 2020-02-10 22:41:56 -08:00
transitions.rs vtparse: avoid build.rs codegen 2020-02-10 22:41:56 -08:00