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
2019-02-27 17:42:31 +01:00
2019-02-27 18:35:05 +01:00
2019-02-28 15:26:40 +01:00
2019-02-01 10:41:54 +01:00
2019-02-16 13:46:20 +01:00
2019-02-05 14:17:30 +01:00
2019-02-24 10:18:38 +01:00
Description
No description provided
14 MiB
Languages
Rust 88.1%
JavaScript 11.3%
Makefile 0.3%
CSS 0.2%