5 stable releases
Uses old Rust 2015
2.1.1 | Feb 13, 2021 |
---|---|
2.1.0 | Oct 23, 2020 |
2.0.0 | Mar 27, 2020 |
1.0.1 | Feb 23, 2020 |
#20 in #lv2
178 downloads per month
Used in 8 crates
(via lv2-core)
17KB
305 lines
Procedural macros for lv2-core
This crate includes several produral macros used by the lv2-core crate.
Documentation
The original LV2 API (in the C
programming language) is documented by "the LV2 book". This book is in the process of being translated to Rust along with the development of rust-lv2
(link) and describes how to properly use rust-lv2
.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
lib.rs
:
Procedural macros for lv2-core
.
Dependencies
~1.5MB
~35K SLoC