Add a header() function to PackageSrc; Standardize func names
I'm not super happy with this design because it makes for a reasonable amount of ugly boilerplate for implementors of PackageSrc. Works though, and it's faster. TODO: Implement new type for buffers of u8s instead of impl PackageSrc for AsRef<[u8]>
Please register or sign in to comment