2 releases
0.1.1 | Jun 21, 2021 |
---|---|
0.1.0 | Apr 13, 2021 |
#333 in No standard library
8KB
128 lines
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.
Requirements
- KLEE v2+
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contributing
Issues and pull requests are welcomed! See CONTRIBUTING.md.
lib.rs
:
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.
Dependencies
~8KB