Skip to content

Commit

Permalink
crates.io badges in READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
micahrj committed Jun 12, 2023
1 parent bf742b4 commit 87e9b2e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# vst3-bindgen

[![Cargo](https://img.shields.io/crates/v/vst3-bindgen.svg)](https://crates.io/crates/vst3-bindgen)
[![Docs](https://github.com/coupler-rs/vst3-bindgen/actions/workflows/docs.yml/badge.svg?branch=master)](https://coupler.rs/vst3-bindgen/)

`vst3-bindgen` provides Rust bindings for the VST 3 API, generated from the original C++ headers. Abstractions are provided for manipulating COM objects and implementing COM interfaces from Rust. Beyond that, however, these bindings are unsafe, and no attempt is made to abstract over the VST 3 API itself.
Expand Down
3 changes: 3 additions & 0 deletions com-scrape-types/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# com-scrape-types

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

Support code for bindings generated by `com-scrape`.

## License
Expand Down
3 changes: 3 additions & 0 deletions com-scrape/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# 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-bindgen` crate, and as such, robustness for arbitrary C++ inputs is a non-goal.

## License
Expand Down

0 comments on commit 87e9b2e

Please sign in to comment.