mirror of
https://git.proxmox.com/git/proxmox-perl-rs
synced 2025-05-23 23:40:13 +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> |
||
---|---|---|
.. | ||
pkg | ||
src |