mirror of
https://git.proxmox.com/git/proxmox-perl-rs
synced 2025-07-12 22:55:32 +00:00
![]() 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> |
||
---|---|---|
.. | ||
mod.rs | ||
repositories.rs |