Crates.io | lv2rs-core |
lib.rs | lv2rs-core |
version | 0.3.3 |
source | src |
created_at | 2019-02-19 18:26:02.247317 |
updated_at | 2019-07-12 07:18:24.737445 |
description | Rust adaptation prototype of the LV2 core library |
homepage | |
repository | https://github.com/Janonard/lv2rs |
max_upload_size | |
id | 115800 |
size | 42,607 |
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.
If you want to get started with LV2, you should start with the root crate and check out the book.