/gsl_rust

A safe Rust wrapper around a subset of the GSL.

Primary LanguageRustGNU General Public License v3.0GPL-3.0

gsl_rust

This is a safe Rust wrapper around the GSL.

It only supports a subset of the API which I need for private projects.

GSL is bundled and gets compiled from source, then statically linked. This can take a while, especially if Cargo decides to recompile.