Expand description
General purpose utilities.
Functionsยง
- event_
absolute_ position - Calculates the absolute position of the event. Accepts both positive and negative indexing.
- hex_
to_ slice - Converts the hexadecimal values from the source byte slice into a more readable form, representing each byte in hexadecimal form, in the destination byte slice.
- serialize
- Serializes a value implementing the
ToBytestrait into aBytesobject.