Zulip Chat Archive
Stream: Program verification
Topic: State of affairs of verification of rust programs
April Gonçalves (Jun 03 2024 at 16:46):
I’m interested in verifying some crucial piece of rust program that takes into account ownership, lifetimes, etc. The code implements theories that have been formally proved, however, the translation from math to rust feels flimsy (even with a test suite, but no quickcheck yet). I found Sebastian Ullrich’s master thesis, but it uses lean 3 and it’s from 2016.
April Gonçalves (Jun 03 2024 at 16:53):
!
Sebastian Ullrich (Jun 03 2024 at 16:58):
Yes, see https://github.com/AeneasVerif/aeneas for a Lean 4-compatible approach!
Last updated: May 02 2025 at 03:31 UTC