jekirl / rust-GSL

A GSL (the GNU Scientific Library) binding for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 builds 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.

About

A GSL (the GNU Scientific Library) binding for Rust


Languages

Language:Rust 99.9%Language:Makefile 0.1%