1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 06:54:45 +03:00
wezterm/mux
Wez Furlong c8b1b92e08 Line::as_str() -> Cow<str>
Previously this would create a new String because it had to, but
with the clustered storage we may be able to simply reference the
existing string as a str reference, so allow for that.
2022-07-23 12:10:13 -07:00
..
src Line::as_str() -> Cow<str> 2022-07-23 12:10:13 -07:00
Cargo.toml deps: prune some unused deps 2022-05-19 06:48:09 -07:00