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/creusot.md Normal file
View File

@@ -0,0 +1,22 @@
+++
date = 2025-07-10
draft = false
title = 'Creusot'
subtitle = 'Rust Verifier'
links = [
# { title = "Homepage", url = "https://dafny.org/", icon = 'fa-solid fa-home' },
{ title = "Source Code", url = "https://github.com/creusot-rs/creusot", icon = 'fa-brands fa-github' },
# { title = "Playground", url = "https://cvc5.github.io/app/", icon = 'fa-solid fa-gamepad' }
]
applications = ['Program Prover', 'Rust Verifier']
# developers = ['Amazon Web Services']
licenses = ['LGPLv2.1']
inputs = ['Rust']
interfaces = ['CLI']
maintenance = ['Actively Maintained']
# techniques = ['CDCL']
# publications = ['Barbosa2022']
+++
<!-- {{<inactive year="2023">}} -->
Creusot is a deductive verifier for Rust code.