Skip to content

A GSL (the GNU Scientific Library) binding for Rust

Notifications You must be signed in to change notification settings

rkrn/rust-GSL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Rust binding for the GSL library (the GNU Scientific Library).

##Installation

This binding requires the GSL library library to be installed.

This crate works with Cargo and is on crates.io. Just add the following to your Cargo.toml file:

[dependencies]
GSL = "*"

Add the following line to your source code:

extern crate rgsl;

##Documentation

You can access the rgsl documentation locally, just build it:

> cargo doc --open

Then open this file with an internet browser: file:///{rgsl_location}/target/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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%