Module extension

Source
Expand description

Types and functions for namespaced extensions.

Modules§

dublincore
Types and functions for Dublin Core extensions.
itunes
Types and functions for iTunes extensions.

Structs§

Extension
A namespaced extension such as iTunes or Dublin Core.

Functions§

get_extension_value
Get a reference to the value for the first extension with the specified key.
get_extension_values
Get a reference to all values for the extensions with the specified key.
remove_extension_value
Remove and return the value for the first extension with the specified key.
remove_extension_values
Remove and return all values for the extensions with the specified key.

Type Aliases§

ExtensionMap
A map of extension namespace prefixes to local names to elements.