This directory contains demonstration code.
-
demos/simple/klee
: using KLEE directly to verify Rust code. See docs/using-klee for description. -
demos/simple/annotations
: using theverification-annotations
crate withcargo-verify
. See docs/using-annotations for description. -
demos/simple/ffi
: using KLEE directly to verify Rust+C crates (that use the FFI). See docs/using-ffi for description.