Macro rusticata_macros::slice_fixed[][src]

macro_rules! slice_fixed {
    ($i : expr, $count : expr) => { ... };
}
Expand description

Parse a slice and return a fixed-sized array of bytes

This creates a copy of input data Uses unsafe code