Module Metadata.Any

All supported file formats.

val parse : Reader.t -> (string * string) list

Generic metadata parsing.

val parse_file : ?custom_parser:custom_parser -> string -> (string * string) list

Parse the metadata from a file.

val parse_string : ?custom_parser:custom_parser -> string -> (string * string) list

Parse the metadata from a string containing the contents of a file.