klee-rs
Provides a safe API for interfacing with KLEE.
This crate is a safe wrapper on the klee-bindings output. It does not require the standard library
and can be used for both std
and no_std
environments.
Refer to the official KLEE documentation for how to use it.
Licensed under MIT. See LICENSE.
Issues and pull requests are welcomed! See CONTRIBUTING.md.