Module parse

Module parse 

Source

Functionsยง

fraction ๐Ÿ”’
Parses a u32 fractional number from the beginning to the end of the given slice of ASCII digit characters.
i64 ๐Ÿ”’
Parses an i64 number from the beginning to the end of the given slice of ASCII digit characters.
offseter ๐Ÿ”’
Returns a function that converts two slices to an offset.
slicer ๐Ÿ”’
Returns a function that converts two slices to the slice between them.
split ๐Ÿ”’
Splits the given input into two slices at the given position.
u64_prefix ๐Ÿ”’
Parsed an optional u64 that is a prefix of bytes.