Skip to main content

Module filter_library

Module filter_library 

Source
Expand description

Unified filter registry — holds implementations, metadata, and trained states.

FilterLibrary is the single registry for the entire pipeline: the compiler reads metadata via FilterRegistry, and the executor reads filters and states directly. No intermediate conversion needed.

Structs§

FilterLibrary
Unified registry of filter implementations, metadata, and trained states.