winnow::binary

Function to_le_uint

source
fn to_le_uint<Input, Uint>(number: &Input, offset: usize) -> Uint
where Input: Stream, Uint: Default + Shl<u8, Output = Uint> + Add<Uint, Output = Uint> + From<<Input as Stream>::Token>,