a2kit

Macro getHex

source
macro_rules! getHex {
    ($root:ident,$typ:ident,$slf:ident.$($x:ident).+) => { ... };
}
Expand description

get a multi-byte value from the image into a JSON object as hex string

getHex!(root:JsonValue,image_type:String,self.path.to.bytes:[u8])