load_int_le

Macro load_int_le 

Source
macro_rules! load_int_le {
    ($buf:expr, $i:expr, $int_ty:ident) => { ... };
}
Expand description

Loads an integer of the desired type from a byte stream, in LE order.