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§
- Extension
Map - A map of extension namespace prefixes to local names to elements.