]> git.proxmox.com Git - pve-xtermjs.git/commit
termproxy: avoid expensive proxmox-sys crate, copy over PTY module
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 23 Oct 2023 08:27:19 +0000 (10:27 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 23 Oct 2023 08:42:45 +0000 (10:42 +0200)
commita69ef0b68ec865a524a39192b8e3f10221858192
tree5054252c52f3b04f55e387cbe0e08aa9abd043eb
parent15f29f119f39d1a2b2e8ddcbce6d4bab8025a0a1
termproxy: avoid expensive proxmox-sys crate, copy over PTY module

This is only used here anyway, and proxmox-sys is one of those monster
crates still awaiting to be split up in more sensible pieces.

This halves (non-release) build times here from 8.5 to 4.1 seconds.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
termproxy/Cargo.toml
termproxy/src/main.rs
termproxy/src/pty.rs [new file with mode: 0644]