klee-rs

Crates.ioklee-rs
lib.rsklee-rs
version0.1.1
sourcesrc
created_at2021-04-13 08:43:15.605741
updated_at2021-06-21 07:06:47.998501
descriptionA safe KLEE API for Rust
homepage
repositoryhttps://github.com/markhakansson/klee-rs
max_upload_size
id382770
size19,925
Mark Hakansson (markhakansson)

documentation

README

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.

Commit count: 23

cargo fmt