macro_rules! append_decimal_default {
($lit:expr, $builder:expr, $N:literal, $Int:ty, $name:literal) => { ... };
}
Expand description
Macro to append a default decimal value from two’s-complement big-endian bytes into the corresponding decimal builder, with compile-time constructed error text.