[Rust] possible layout for metadata versions
Razzile opened this issue · comments
SpaceGoat commented
Using rust's trait
s and impl
s to design the metadata file parsing in such a way that for all metadata structs for a version n, there is an impl
for the struct that can read that specific version of the metadata format, with the trait
providing functionality useful for all versions (e.g. to check header and version)