mirror of
https://github.com/wez/wezterm.git
synced 2024-12-18 19:01:36 +03:00
2dc4cfe61d
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. |
||
---|---|---|
.. | ||
enums.rs | ||
lib.rs | ||
transitions.rs |