pub fn parse_vlq_segment(segment: &str) -> Result<Vec<i64>>
Expand description

Parses a VLQ segment into a vector.