This module provides functions to parse some structs to string representation and vice versa.
@spec cid_to_string(cid :: struct()) :: String.t()
@spec module_to_string(module :: module()) :: String.t()
@spec parse_timestamp(non_neg_integer()) :: String.t()
@spec pid_to_string(pid :: pid()) :: String.t()
@spec string_to_cid(string :: String.t()) :: {:ok, struct()} | :error
@spec string_to_pid(string :: String.t()) :: {:ok, pid()} | :error