4d0ea9978b
We don't need the content to be owned strings, and we don't need the list to be a Vec, since we only care about being able to iterate through and copy out portions of the strings we need, so take an &[T] where T: AsRef<str>. This avoids .iter().map(to_string).collect() before calling parse_arguments(). Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com> |
||
---|---|---|
debian | ||
src | ||
www | ||
.gitignore | ||
Cargo.toml | ||
Makefile |