22 lines
768 B
Markdown
22 lines
768 B
Markdown
+++
|
|
date = 2025-07-10
|
|
draft = false
|
|
title = 'Aeneas'
|
|
subtitle = 'Rust Verifier'
|
|
links = [
|
|
{ title = "Homepage", url = "https://aeneasverif.github.io/", icon = 'fa-solid fa-home' },
|
|
{ title = "Source Code", url = "https://github.com/AeneasVerif/aeneas", icon = 'fa-brands fa-github' },
|
|
# { title = "Playground", url = "https://cvc5.github.io/app/", icon = 'fa-solid fa-gamepad' }
|
|
]
|
|
applications = ['Program Prover', 'Rust Verifier']
|
|
developers = ['Microsoft Research', 'Inria']
|
|
licenses = ['Apache-2.0']
|
|
inputs = ['Rust']
|
|
interfaces = ['CLI']
|
|
maintenance = ['Actively Maintained']
|
|
# techniques = ['CDCL']
|
|
# publications = ['Barbosa2022']
|
|
+++
|
|
|
|
<!-- {{<inactive year="2023">}} -->
|
|
Aeneas (pronunced [Ay-nay-as]) is a verification toolchain for Rust programs. |