aws / aws-lc-rs

aws-lc-rs is a cryptographic library using AWS-LC for its cryptographic operations. The library strives to be API-compatible with the popular Rust library named ring.
Other
236 stars 40 forks source link

[DRAFT] External bindgen #385

Closed justsmth closed 2 months ago

justsmth commented 2 months ago

Issues:

Resolves #366

Description of changes:

Search for and use an installed "bindgen" when available. This is an approach proposed in #366.

Callouts

This change is based off the "no-cmake-build". I'll rebase off main once that's merged.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.