vst3-bindgen 0.3.0

Binding generator for the VST 3 API
Documentation
1
2
3
4
5
6
7
8
9
10
# vst3-bindgen

[![Cargo](https://img.shields.io/crates/v/vst3-bindgen.svg)](https://crates.io/crates/vst3-bindgen)
[![Docs](https://docs.rs/vst3-bindgen/badge.svg)](https://docs.rs/vst3-bindgen)

A binding generator for the VST 3 API. `vst3-bindgen` can be used to generate Rust bindings for the VST 3 API from the original C++ headers.

## License

`vst3-bindgen` is distributed under the terms of both the [MIT license](LICENSE-MIT) and the [Apache license, version 2.0](LICENSE-APACHE). Contributions are accepted under the same terms.