Skip to content

cubehub/rust-gpredict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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