Skip to main content

Module static_plugin

Module static_plugin 

Source
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ยง

StaticPlugin
A static plugin that wraps decoder/encoder factory functions.