Module prelude

Module prelude 

Source
Expand description

Prelude for wildcard use, containing many important types.

Re-exports§

pub use crate::extension::ExtensionDescriptor;
pub use crate::feature::FeatureCache;
pub use crate::feature::FeatureCollection;
pub use crate::feature::MissingFeatureError;
pub use crate::feature::ThreadingClass;
pub use crate::plugin::Plugin;
pub use crate::plugin::PluginInfo;
pub use crate::plugin::PluginInstance;
pub use crate::port::*;

Macros§

lv2_descriptors
Generate external symbols for LV2 plugins.
match_extensions
Generate the body of a plugin’s extension_data function.

Structs§

LV2_Descriptor
Plugin Descriptor.

Derive Macros§

PortCollection
Implement the PortCollection trait for a port struct.