proxmox-perl-rs/common/src/apt
Wolfgang Bumiller b3b8b375c2 apt: minor parameter cleanup
We cannot use &[&str] - since this would be a poitner to a `[&str]`
data structure, that's not how perl stores strings.
But we *can* use Vec<&str> - here, the Vec will be allocated, but the
contents will borrow. We don't need to transform this afterwards.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2024-07-08 15:33:58 +02:00
..
mod.rs move apt repositories module to common 2022-07-08 14:29:54 +02:00
repositories.rs apt: minor parameter cleanup 2024-07-08 15:33:58 +02:00