#lv2rs #plugin #lv2rs-core

deprecated lv2rs-core

Rust adaptation prototype of the LV2 core library

8 releases

0.3.3 Jul 12, 2019
0.3.2 May 3, 2019
0.3.1 Apr 25, 2019
0.2.0 Feb 26, 2019
0.1.2 Feb 21, 2019

#5 in #lv2rs

26 downloads per month
Used in 4 crates (2 directly)

ISC license

38KB
396 lines

This crate contains the complete contents of the LV2 core library with additional constructions to make the use of LV2 as idiomatic and safe as possible.

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


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.

No runtime deps