lv2rs-core 0.3.3

Rust adaptation prototype of the LV2 core library
Documentation

lv2rs-core: Rust adaptation prototype 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.

This is a frozen prototype and therefore, development of this crate will not continue here. Further development continues as rust-lv2.

Getting started

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