package
1.1.0
Repository: https://github.com/tiny-go/codec.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# 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.