{%- set types = { 'uint8': 'u8', 'uint16': 'u16', 'uint32': 'u32', 'int8': 'i8', 'int16': 'i16', 'int32': 'i32', 'string': 'str', 'hex': 'hex', 'uint8opt': '[u8]', 'uint16opt': '[u16]', 'uint32opt': '[u32]', 'int8opt': '[i8]', 'int16opt': '[i16]', 'int32opt': '[i32]', 'stringopt': '[str]', 'hexopt': '[hex]', 'additional': '+', 'wildcard': '*', } %}