vbs 0.1.7

Version-tagged serialization adaptor with compile-time version checking
Documentation
1
2
3
4
5
6
pub trait Versioned {
    const MIN_MAJOR: u16;
    const MIN_MINOR: u16;
    const MAX_MAJOR: u16;
    const MAX_MINOR: u16;
}