This commit is contained in:
2025-07-10 12:52:26 -06:00
parent b7cd52b5c2
commit 0e74e27d2c
8 changed files with 176 additions and 0 deletions

22
tools/programs/prusti.md Normal file
View File

@@ -0,0 +1,22 @@
+++
date = 2025-07-10
draft = false
title = 'Prusti'
subtitle = 'Rust Verifier'
links = [
{ title = "Homepage", url = "https://www.pm.inf.ethz.ch/research/prusti.html", icon = 'fa-solid fa-home' },
{ title = "Source Code", url = "https://github.com/viperproject/prusti-dev", icon = 'fa-brands fa-github' },
# { title = "Playground", url = "https://cvc5.github.io/app/", icon = 'fa-solid fa-gamepad' }
]
applications = ['Rust Verifier']
# developers = ['Microsoft Research', 'Inria']
licenses = ['Mozilla-2.0']
inputs = ['Rust']
interfaces = ['CLI']
maintenance = ['Not Maintained']
# techniques = ['CDCL']
# publications = ['Barbosa2022']
+++
{{<inactive year="2024">}}
Prusti is a prototype verifier for Rust that makes it possible to formally prove absence of bugs and correctness of code contracts.