Re: [pve-devel] [PATCH proxmox-ve-rs 08/21] common: add allowlist

2024-06-27 Thread Gabriel Goller
On 26.06.2024 14:15, Stefan Hanreich wrote: diff --git a/proxmox-ve-config/src/common/mod.rs b/proxmox-ve-config/src/common/mod.rs new file mode 100644 index 000..9318cff --- /dev/null +++ b/proxmox-ve-config/src/common/mod.rs @@ -0,0 +1,30 @@ +use core::hash::Hash; +use std::cmp::Eq; +use s

[pve-devel] [PATCH proxmox-ve-rs 08/21] common: add allowlist

2024-06-26 Thread Stefan Hanreich
Signed-off-by: Stefan Hanreich --- proxmox-ve-config/src/common/mod.rs | 30 + proxmox-ve-config/src/lib.rs| 1 + 2 files changed, 31 insertions(+) create mode 100644 proxmox-ve-config/src/common/mod.rs diff --git a/proxmox-ve-config/src/common/mod.rs b/pro