Go to file
Wolfgang Bumiller 4d0ea9978b getopt: let parse_arguments() take a slice of AsRef<str>
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>
2018-12-28 14:05:05 +01:00
debian use proxmox-backup as package name 2018-12-20 10:45:14 +01:00
src getopt: let parse_arguments() take a slice of AsRef<str> 2018-12-28 14:05:05 +01:00
www extract version from environment 2018-12-05 14:40:45 +01:00
.gitignore add rust standard .gitignore file 2018-12-19 11:06:51 +01:00
Cargo.toml use openssl for faster hashing 2018-12-22 14:31:59 +01:00
Makefile use proxmox-backup as package name 2018-12-20 10:45:14 +01:00