Module utils

Module utils 

Source
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 ToBytes trait into a Bytes object.