lilv-sys 0.2.1

FFI for lilv, a C library to make the use of LV2 plugins simple
Documentation
1
2
3
4
5
6
7
8
#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals)]
mod bindgen;
mod inline_fns;

pub use bindgen::*;
pub use inline_fns::*;
#[link(name = "lilv-0")]
extern "C" {}