112a9d9c8Sopenharmony_ci# Announcing `bindgen` $TODO_VERSION
212a9d9c8Sopenharmony_ci
312a9d9c8Sopenharmony_ci`bindgen` automatically generates Rust FFI bindings to C and C++ libraries.
412a9d9c8Sopenharmony_ci
512a9d9c8Sopenharmony_ciUpgrade to this release by updating your `Cargo.toml`:
612a9d9c8Sopenharmony_ci
712a9d9c8Sopenharmony_ci```toml
812a9d9c8Sopenharmony_cibindgen = "$TODO_VERSION"
912a9d9c8Sopenharmony_ci```
1012a9d9c8Sopenharmony_ci
1112a9d9c8Sopenharmony_ci* [GitHub][]
1212a9d9c8Sopenharmony_ci* [crates.io][]
1312a9d9c8Sopenharmony_ci* [Users Guide][guide]
1412a9d9c8Sopenharmony_ci* [API Documentation][docs]
1512a9d9c8Sopenharmony_ci
1612a9d9c8Sopenharmony_ci## Changelog
1712a9d9c8Sopenharmony_ci
1812a9d9c8Sopenharmony_ci<insert CHANGELOG.md's "Unreleased" section here>
1912a9d9c8Sopenharmony_ci
2012a9d9c8Sopenharmony_ci## Friends
2112a9d9c8Sopenharmony_ci
2212a9d9c8Sopenharmony_ciThanks to everyone who contributed to this release!
2312a9d9c8Sopenharmony_ci
2412a9d9c8Sopenharmony_ci<insert the output of friends.sh here>
2512a9d9c8Sopenharmony_ci
2612a9d9c8Sopenharmony_ci## Contributing
2712a9d9c8Sopenharmony_ci
2812a9d9c8Sopenharmony_ciWant to join us? Check out our [CONTRIBUTING.md][contributing] and take a look
2912a9d9c8Sopenharmony_ciat some of these issues:
3012a9d9c8Sopenharmony_ci
3112a9d9c8Sopenharmony_ci* [Issues labeled "easy"][easy]
3212a9d9c8Sopenharmony_ci* [Issues labeled "less easy"][less-easy]
3312a9d9c8Sopenharmony_ci* Still can't find something to work on? [Drop a comment here.][looking]
3412a9d9c8Sopenharmony_ci
3512a9d9c8Sopenharmony_ciWant to help improve our documentation?
3612a9d9c8Sopenharmony_ci[Check out the issues labeled "docs".][docs-issues]
3712a9d9c8Sopenharmony_ci
3812a9d9c8Sopenharmony_ciFound a bug with `bindgen`? [File an issue here.][file-issue]
3912a9d9c8Sopenharmony_ci
4012a9d9c8Sopenharmony_ci[GitHub]: https://github.com/rust-lang/rust-bindgen
4112a9d9c8Sopenharmony_ci[crates.io]: https://crates.io/crates/bindgen
4212a9d9c8Sopenharmony_ci[guide]: https://rust-lang.github.io/rust-bindgen
4312a9d9c8Sopenharmony_ci[docs]: https://docs.rs/bindgen
4412a9d9c8Sopenharmony_ci[contributing]: https://github.com/rust-lang/rust-bindgen/blob/main/CONTRIBUTING.md
4512a9d9c8Sopenharmony_ci[easy]: https://github.com/rust-lang/rust-bindgen/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy
4612a9d9c8Sopenharmony_ci[less-easy]: https://github.com/rust-lang/rust-bindgen/issues?q=is%3Aopen+is%3Aissue+label%3AE-less-easy
4712a9d9c8Sopenharmony_ci[looking]: https://github.com/rust-lang/rust-bindgen/issues/747
4812a9d9c8Sopenharmony_ci[docs-issues]: https://github.com/rust-lang/rust-bindgen/issues?q=is%3Aopen+is%3Aissue+label%3AI-needs-docs
4912a9d9c8Sopenharmony_ci[file-issue]: https://github.com/rust-lang/rust-bindgen/issues/new
50