integrators 0.0.3

Generic traits to allow easy plugging of different numerical integration algorithms, and wrappers for the Cuba and GSL integrators.
[badges.travis-ci]
branch = "master"
repository = "jhod0/integrators"
[build-dependencies.bindgen]
version = "0.43.*"

[features]
cuba = []
default = ["cuba", "gsl"]
gsl = []

[package]
authors = ["Jackson O'Donnell <jacksonhodonnell@gmail.com>"]
build = "build.rs"
description = "Generic traits to allow easy plugging of different numerical integration algorithms, and wrappers for the Cuba and GSL integrators."
homepage = "https://github.com/jhod0/integrators"
keywords = ["ffi", "bindings", "math", "gsl", "cuba"]
license = "GPL-3.0-or-later"
name = "integrators"
repository = "https://github.com/jhod0/integrators"
version = "0.0.3"