A verification toolchain for Rust programs
Aeneas is a verification toolchain for Rust programs that translates code to pure functional programs (primarily Lean, but also F*, Coq, and HOL4) for formal verification. The toolchain works by taking Rust's MIR internal language and converting it to a pure lambda calculus, typically in combination with the Charon project which produces an intermediate representation called LLBC. Built in OCaml with the Dune build system, Aeneas currently supports safe Rust with limitations on nested loops, function pointers, closures, and concurrent execution, though the project is actively extending its functional model and has published formalizations of its translation at ICFP 2022 and 2024.