Go to file
Stefan Hanreich 8ef2e4e6b5 use std::mem::take over drain()
This is more efficient than draining and collecting the Vec. It also
fixes the respective clippy lint.

Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com>
Reviewed-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2024-11-17 12:59:43 +01:00
.cargo move .cargo/config to .cargo/config.toml 2024-06-20 12:32:19 +02:00
debian add proxmox-ve-rs crate - move proxmox-ve-config there 2024-11-17 12:59:43 +01:00
proxmox-firewall use std::mem::take over drain() 2024-11-17 12:59:43 +01:00
proxmox-nftables sdn: create forward firewall rules 2024-11-17 12:59:43 +01:00
.gitignore firewall: add integration test 2024-04-18 21:47:21 +02:00
Cargo.toml add proxmox-ve-rs crate - move proxmox-ve-config there 2024-11-17 12:59:43 +01:00
defines.mk firewall: add files for debian packaging 2024-04-18 21:47:11 +02:00
Makefile add proxmox-ve-rs crate - move proxmox-ve-config there 2024-11-17 12:59:43 +01:00