pub trait FileData: Deref<Target = [u8]> { }
A byte-oriented backing store for pack data and indices.