//! Procedural macro for the `polyvers` crate. Depend on `polyvers` instead of
//! using this crate directly.
use TokenStream;
use parse_macro_input;
/// Declare a versioned struct family. See the `polyvers` crate README for the
/// full DSL and the canonical example.