2 releases

0.1.1 Jun 21, 2021
0.1.0 Apr 13, 2021

#269 in No standard library

23 downloads per month

MIT/Apache

8KB
128 lines

klee-rs

Crate

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 stdand no_std environments.

Refer to the official KLEE documentation for how to use it.

Requirements

  • KLEE v2+

License

Licensed under either of

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