Crate klee_rs[−][src]
Expand description
A safe KLEE API for Rust.
This crate works on both std
and no_std
environments.
Not all KLEE functions have safe wrapper for them yet.
Functions
klee_abort | Abort the KLEE instance. |
klee_assume | Assumes that the |
klee_make_symbolic | Makes the object |