Function py_parse_u64

Source
pub fn py_parse_u64<'_py>(
    stream: Bound<'_py, PyBytes>,
    start_pos: usize,
) -> (u64, usize)
Expand description

Parse an u64 from python bytes.

ยงArguments:

  • stream (bytes) : parse the number from this stream
  • start_pos (int) : begin parsing at this position