The main purpose of _rust private internal implementation of PyO3 module in pyca/cryptography is internal flexibility and reliable OpenSSL integration (both CFFI and Rust code use the same OpenSSL instance), in exchange of reusability.
The standalone Rust core model similar to how SWC works would be more appropriate for compilers and SDKs as a shared foundation with reusable logic across ecosystems.
The main purpose of
_rustprivate internal implementation of PyO3 module inpyca/cryptographyis internal flexibility and reliable OpenSSL integration (both CFFI and Rust code use the same OpenSSL instance), in exchange of reusability.The standalone Rust core model similar to how SWC works would be more appropriate for compilers and SDKs as a shared foundation with reusable logic across ecosystems.
cargo-semver-checks