]> git.proxmox.com Git - proxmox.git/commit
move io error helpers to proxmox-lang
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 21 Feb 2022 10:39:15 +0000 (11:39 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 21 Feb 2022 12:35:14 +0000 (13:35 +0100)
commitd4b4115400a6d208c4e5c5887067f276c146f2e9
treeb8687ba591ff317a54fcaf05e027b35b15736cfa
parent46580ee3e9294e6fcff40f5e8b03a2d5a216e7bd
move io error helpers to proxmox-lang

this removes proxmox_sys as a dependecy for proxmox-async

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-async/Cargo.toml
proxmox-async/src/compression.rs
proxmox-async/src/io/async_channel_writer.rs
proxmox-http/Cargo.toml
proxmox-http/src/websocket/mod.rs
proxmox-lang/src/error.rs [new file with mode: 0644]
proxmox-lang/src/lib.rs
proxmox-sys/src/error.rs
proxmox-sys/src/linux/pid.rs
proxmox-sys/src/macros.rs
proxmox-sys/src/mmap.rs