Crates.io | rust-GSL |
lib.rs | rust-GSL |
version | 0.4.10 |
source | src |
created_at | 2014-11-20 20:31:06.367985 |
updated_at | 2015-12-13 23:54:13.658109 |
description | A rust binding for the GSL (the GNU scientific library) |
homepage | |
repository | https://github.com/GuillaumeGomez/rust-GSL |
max_upload_size | |
id | 141 |
size | 1,574,284 |
A Rust binding for the GSL library (the GNU Scientific Library).
##Installation
This binding requires the GSL library library to be installed.
To build it, please use :
> make
This command build rgsl, the examples and the documentation.
You can build them separatly too.
> make rgsl
> make examples
> make doc
Since this project supports cargo, you can also build it like this :
> cargo build
##Documentation
You can access the rgsl documentation locally, just build it :
> make doc
Then open this file with an internet browser : file:///{rgsl_location}/doc/rgsl/index.html
You can also access the latest build of the documentation via the internet here.
rust-GSL is a wrapper for GSL, therefore inherits the GPL license.