Closed
Description
We are looking into including Rust code in pyca/cryptography (see #5357). This will be done using PyO3, and thus it requires #5359 to be completed before it will happen. This means this will not happen until 2021 in all likelihood.
We are interested in feedback in things we can do to make this a smooth process, particularly from folks who are re-distributing cryptography. Please note: feedback of the form "don't use Rust" is not productive and will be disregarded.
Here are things we're currently planning to minimize pain:
- Support the stable Rust channel.
- Declare a Minimum Supported Rust Version (MSRV) and test and document it.
- Continue building binary wheels for all the platforms we currently do.
Ideas we're considering:
- Ensuring our MSRV is present in the Debian repositories