Module helpers

Module helpers 

Source
Expand description

Offers helper functions and utilities used across the library.

This module contains common operations and abstractions to simplify development and reduce code duplication. These utilities may include operations for formatting, validation, or lightweight data transformations.

Functionsยง

calculate_hash
Calculates a 64-bit hash for the given data using the default hasher.
now
Returns the current time as the number of seconds since the Unix epoch.