Metadata.AnyAll supported file formats.
val parse : Reader.t -> (string * string) listGeneric metadata parsing.
val parse_file :
?custom_parser:custom_parser ->
string ->
(string * string) listParse the metadata from a file.
val parse_string :
?custom_parser:custom_parser ->
string ->
(string * string) listParse the metadata from a string containing the contents of a file.