Go to file
Wolfgang Bumiller 42d6e4fb05 tools: borrow: implement Deref for Tied
Eg. if you have an x: Tied<Dir, Iterator> now you can simply
call x.next() as it'll dereference to the Iterator.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2019-02-13 11:03:09 +01:00
debian debian: add debian/source/format file 2019-02-01 10:41:54 +01:00
etc etc: remove obsolete syslog.target dependency 2019-02-01 10:02:56 +00:00
src tools: borrow: implement Deref for Tied 2019-02-13 11:03:09 +01:00
tests ignore casync test by default 2019-02-01 10:41:54 +01:00
www don't hardcode /usr/share paths 2019-02-01 10:41:54 +01:00
.gitignore add generated files to .gitignore 2019-02-05 14:17:30 +01:00
Cargo.toml proxy: use TLS via tokio-tls 2019-02-04 14:56:07 +01:00
Makefile src/backup.rs - improve doc 2019-02-12 13:27:11 +01:00
defines.mk introduce buildcfg module and PROXMOX_CONFIGDIR 2019-02-04 15:13:08 +01:00