Use Bytes instead of Vec for more performant data copying between TTY and PTY

This commit is contained in:
Marcin Kulik
2025-06-23 16:31:47 +02:00
parent acf164a1a2
commit c9e9da604f
4 changed files with 12 additions and 7 deletions

View File

@@ -43,6 +43,7 @@ tokio-util = { version = "0.7", features = ["rt"] }
rand = "0.9"
async-trait = "0.1"
signal-hook-tokio = { version = "0.3", features = ["futures-v0_3"] }
bytes = "1.0"
[build-dependencies]
clap = { version = "4.0", features = ["derive", "wrap_help"] }