lv2rs-core 0.3.0

Rust adaptation of the LV2 core library
Documentation

lv2rs-core: Rust adaptation of the LV2 core library.

This is a safe and idiomatic to make use of the LV2 core library. It goals are to provide an interface that is compatible with hosts written in C and uses an idiomatic API for plugin implementors.

Getting started

If you want to get started with LV2, you should start with the root crate and check out the book.