The current Rust implementation of PQC algorithms (ML-KEM, ML-DSA) in crate crypto use unsafe code.
The reason why is the unavailablity (March 2026) in crate openssl of the proper Rust bindings. Revisit those implementations by replacing them by the implementation found in crate openssl when available