# clap-sys
[](https://crates.io/crates/clap-sys)
[](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.