Bindings for SciTools™ Understand™ in Rust.
Rust-Understand is a library for talking to the API of Understand. Low-level C components are wrapped in Rust code to make them more idiomatic and abstract away inappropriate manual memory management.
In development.
In development.
$ git clone https://gitlab.com/saruman9/rust-understand.git
$ cd rust-understand
$ cargo build
See rust-understand/examples
and rust-understand/understand-sys/examples
.
cargo run --example="name_of_example"