#gsl #library

bin+lib rust-GSL

A rust binding for the GSL (the GNU scientific library)

2 releases

Uses old Rust 2015

0.4.10 Nov 20, 2014
0.4.9 Nov 20, 2014

#774 in Math

Download history 2/week @ 2024-02-21 13/week @ 2024-02-28

53 downloads per month

GPL-3.0+

1.5MB
20K SLoC

rust-GSL Build Status ![Gitter](https://badges.gitter.im/Join Chat.svg)

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.

License

rust-GSL is a wrapper for GSL, therefore inherits the GPL license.

No runtime deps