# Functions
Default allows setting Codec as a default by mime type (using global instance of SmartRegistry).
Global returns a global instance of SmartRegistry.
NewSmartRegistry is a SmartRegistry constructor func.
Register makes codec available for provided mime type (using global instance of SmartRegistry).
# Structs
SmartRegistry is a smart codec registry that is used to store available codecs and retrieve them by mime type.
# Type aliases
DummyRegistry represents simple slice-based codec registry.