//! Wrappers for different plugin types. Each wrapper has an entry point macro that you can pass the
//! name of a type that implements `Plugin` to. The macro will handle the rest.
pubmodclap;pub(crate)modstate;pub(crate)modutil;#[cfg(feature ="standalone")]pubmodstandalone;#[cfg(feature ="vst3")]pubmodvst3;// This is used by the wrappers.
pubuseutil::setup_logger;