Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 448 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 448 Bytes

rust-gpredict

Rust wrapper for libgpredict.

dependencies

libgpredict

Follow install instructions from here: https://github.com/cubehub/libgpredict

usage

Put this in your Cargo.toml:

[dependencies.gpredict]
git = "https://github.com/cubehub/rust-gpredict.git"

And this in your crate root:

extern crate gpredict;

run example

cargo run --example predict