Set of derive macro to automatically implement the Versionize and Unversionize traits.
The macro defined in this crate are:
Versionize: should be derived on the main type that is used in your codeVersion: should be derived on a previous version of this typeVersionsDispatch: should be derived ont the enum that holds all the versions of the typeNotVersioned: can be used to implementVersionizefor a type that is not really versioned