Expand description
Static plugin implementation.
Provides StaticPlugin, a convenience type for creating plugins
without shared library loading. This is useful for:
- Testing and development
- Embedding plugins directly in the application binary
- Creating adapter plugins for existing codec implementations
Also provides the declare_plugin! macro for creating shared
library entry points.
Structsยง
- Static
Plugin - A static plugin that wraps decoder/encoder factory functions.