Skip to content

Bindings for SciTools Understand API in Rust.

Notifications You must be signed in to change notification settings

saruman9/rust-understand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"