Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 265 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 265 Bytes

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.