macro_rules! v1_v2_parse_target {
($($version:literal)+) => { ... };
}Available on crate feature
alloc and (crate features formatting or parsing) only.macro_rules! v1_v2_parse_target {
($($version:literal)+) => { ... };
}alloc and (crate features formatting or parsing) only.