Awesome
clap-sys-stubs
Rust stub implementation of clap-sys callbacks for the CLAP audio plugin format.
Usage
Just fork this repo and get started working on your CLAP project in Rust! :clap:
Generating Stubs
This project uses the quick_gen python3 script to generate
almost the entirety of the bindings. (Only manual editing of the
surround.rs is required after automatic
generation.) This script is known to work with python 3.8.9
on MacOS.