com-scrape 0.1.3

Automatically generates Rust bindings for COM interfaces
Documentation
1
2
3
4
5
6
7
8
9
10
# com-scrape

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

`com-scrape` is a tool for automatically generating Rust bindings for COM interfaces defined in C++. `com-scrape` is developed specifically for use in the `vst3` crate, and as such, robustness for arbitrary C++ inputs is a non-goal.

## License

`com-scrape` 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.