Please see https://github.com/hacspec/hax
Hacspec is a specification language for cryptographic primitives written in Rust. The project provides a compiler and typechecker that validates Rust code against the hacspec language subset, along with code generation backends that translate specifications to F*, EasyCrypt, and Coq. Built on Rust nightly with dependencies on the Rust compiler infrastructure, the project includes a standard library (hacspec-lib), a cryptography provider implementing the RustCrypto API, and formal verification support through Coq libraries using CompCert and CoqPrime for arithmetic operations. Development on this repository has largely concluded in favor of the successor project hax.