#plugin #lv2 #prototype #host #idiomatic #adaptation #safe

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

#6 in #adaptation

Download history 4/week @ 2023-11-26 4/week @ 2024-01-07 1/week @ 2024-02-04 2/week @ 2024-02-11 20/week @ 2024-02-18 23/week @ 2024-02-25 14/week @ 2024-03-03 13/week @ 2024-03-10

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

ISC license

38KB
396 lines

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.


lib.rs:

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.

No runtime deps