Files
content/tools/programs/kani.md
2025-07-10 12:52:26 -06:00

22 lines
769 B
Markdown

+++
date = 2025-07-10
draft = false
title = 'Kani'
subtitle = 'Rust Verifier'
links = [
{ title = "Homepage", url = "https://model-checking.github.io/kani/", icon = 'fa-solid fa-home' },
{ title = "Source Code", url = "https://github.com/model-checking/kani", icon = 'fa-brands fa-github' },
# { title = "Playground", url = "https://cvc5.github.io/app/", icon = 'fa-solid fa-gamepad' }
]
applications = ['Model Checker', 'Rust Verifier']
# developers = ['Microsoft Research', 'Inria']
licenses = ['Apache-2.0', 'MIT']
inputs = ['Rust']
interfaces = ['CLI']
maintenance = ['Actively Maintained']
# techniques = ['CDCL']
# publications = ['Barbosa2022']
+++
<!-- {{<inactive year="2023">}} -->
The Kani Rust Verifier is a bit-precise model checker for Rust.