Provides functions to parse a list of atoms into a list of tags
t() :: [Log.Tag.t()]
parse(tags :: [atom()]) :: t() | {:error, String.t()}
parse!(tags :: [atom()]) :: t() | no_return()