Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 676 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 676 Bytes

rust-understand

Bindings for SciTools™ Understand™ in Rust.

Overview

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.

Documentation

In development.

Requirements

In development.

Installation and usage

$ git clone https://gitlab.com/saruman9/rust-understand.git
$ cd rust-understand
$ cargo build

Examples

See rust-understand/examples and rust-understand/understand-sys/examples.

cargo run --example="name_of_example"