Registry / other / lv2-core

lv2-core

JSON →
library3.0.0rscratesunverified

Core library for rust-lv2, providing bindings and utilities for LV2 audio plugin development.

# Cargo.toml [dependencies] lv2-core = "3.0.0"
INSTALL
IMPORT
SIG · LV2-CORE
L
lv2-core
otherrustv3.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Plugin
use lv2_core::Plugin;

Creates a new LV2 audio plugin instance.

use lv2_core::Plugin; fn main() { let plugin = Plugin::new(); println!("Plugin created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
lv2-core — cargo add lv2-core · libregistry