Module parse
Source - 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.