/// asn1_ext to make for meta
pub const ASN1_EXTMACRO :&str = "asn1_gen";
/// to make no asn1 members
pub const ASN1_INITFN :&str = "initfn";
/// to make alias in json
pub const ASN1_JSON_ALIAS :&str = "jsonalias";
/// to skip for next wholy
pub const ASN1_JSON_SKIP :&str = "jsonskip";
pub const SERDE_IDENT :&str = "serde";
pub const DERIVE_KEYWORD :&str = "derive";
pub const CLONE_TYPE_KEYWORD :&str = "Clone";
pub const SERIALIZE_TYPE_KEYWORD :&str = "Serialize";
pub const DESERIALIZE_TYPE_KEYWORD :&str = "Deserialize";