An open API service indexing awesome lists of open source software.

https://github.com/pvdberg1998/gsl_rust

A safe Rust wrapper around a subset of the GSL.
https://github.com/pvdberg1998/gsl_rust

computational-science gsl rust

Last synced: 5 months ago
JSON representation

A safe Rust wrapper around a subset of the GSL.

Awesome Lists containing this project

README

          

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