Crate lilv

Crate lilv 

Source

Re-exports§

pub use lilv_sys as sys;

Modules§

instance
Contains functionality for plugin instances that process data.
node
Contains functionality for nodes. Nodes are used to represent metadata.
plugin
Contains functionality to describe and instantiate plugins.
port
Contains port to describe IO for plugins.
ui
Contains data about plugin UIs.

Structs§

World
The world represents all Lilv state. It is used to discover/load/cache LV2 data (plugins, UIs, and extensions).