Go to file
Wolfgang Bumiller 7bc1d72778 add IndexFile trait
We want to be able to iterate through digests of index
files, but without always having to distinguish between
dynamic and fixed types, so add a trait we can use as a
trait object.

Unfortunately the iterator needs to yield copies as
iterators cannot yield values with life times when
represented as trait objects (Box<dyn Iterator<Item = ?>>)

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2019-02-28 15:26:40 +01:00
debian build doc with sphinx 2019-02-27 17:42:31 +01:00
docs docs: improve ducument structure 2019-02-27 18:35:05 +01:00
etc etc: remove obsolete syslog.target dependency 2019-02-01 10:02:56 +00:00
src add IndexFile trait 2019-02-28 15:26:40 +01:00
tests ignore casync test by default 2019-02-01 10:41:54 +01:00
www www/DataStoreConfig.js - add title 2019-02-16 13:46:20 +01:00
.gitignore add generated files to .gitignore 2019-02-05 14:17:30 +01:00
Cargo.toml src/backup/chunk_store.rs: use lz4 for compression 2019-02-25 10:00:28 +01:00
defines.mk start generating manual pages 2019-02-24 10:18:38 +01:00
Makefile buildsys: deb: always build locally first 2019-02-27 11:43:34 +00:00