]> git.proxmox.com Git - proxmox-websocket-tunnel.git/commit - Cargo.toml
use itertools and from_utf8_unchecked
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 4 Feb 2022 11:04:51 +0000 (12:04 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 4 Feb 2022 11:04:51 +0000 (12:04 +0100)
commit1b7d2460402c9cb355c17d7a45df3b84edc233f5
tree5223a67cc06e0910b58ba020e3e0ed8426645c41
parent941f0305a2aa1771136b36c40ca61ffd02b03b95
use itertools and from_utf8_unchecked

avoid allocations and skip the utf8 check on the hex string

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml
src/main.rs