clap-sys 0.5.0

Rust bindings for the CLAP audio plugin API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# clap-sys

[![Cargo](https://img.shields.io/crates/v/clap-sys.svg)](https://crates.io/crates/clap-sys)
[![Documentation](https://docs.rs/clap-sys/badge.svg)](https://docs.rs/clap-sys)

Rust bindings for the [CLAP](https://cleveraudio.org/) audio plugin API.

## Related Projects

- [clack]https://github.com/prokopyl/clack: Experimental safe Rust wrappers for the CLAP API
- [clap-sys-stubs]https://github.com/spwilson2/clap-sys-stubs: A template project containing empty function definitions for every CLAP interface
- [clap-validator]https://github.com/robbert-vdh/clap-validator: A tool for validation and automated testing of CLAP plugins
- [NIH-plug]https://github.com/robbert-vdh/nih-plug: High-level Rust plugin framework with CLAP support

## License

`clap-sys` 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.