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.
- Host: GitHub
- URL: https://github.com/pvdberg1998/gsl_rust
- Owner: PvdBerg1998
- License: gpl-3.0
- Created: 2021-12-12T19:08:22.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-13T17:36:49.000Z (over 1 year ago)
- Last Synced: 2024-08-09T21:23:43.725Z (over 1 year ago)
- Topics: computational-science, gsl, rust
- Language: Rust
- Homepage:
- Size: 205 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.