This is a idiomatic library empowering you to create LV2-compatible plugins for audio applications with ease.
Currently 4 out of 22 official and stable LV2 specifications are supported, with more being in the works. These are:
As you can see, this library is far from complete. The current development goal is to be able to write all examples of the LV2 book in Rust. Some examples are already implemented and are hosted together with a translation of the said book on GitHub. After that goal is achieved, this library is considered more or less complete, although further development may continue afterwards.
However, deprecated specifications will never be supported and some only affect the declarative part of the standard. Therefore, some specifications will never be supported. Also, I haven't looked at non-standard specifications yet.
If you want to get started with LV2 and Rust, you should check out the book, hosted on GitHub
lv2rs is published under the ISC license, just like LV2 itself!