core-math-sys 0.1.4

Generate bindings to CORE-MATH
Documentation
[package]
name = "core-math-sys"
version = "0.1.4"
authors = ["Chen-Pang He (https://jdh8.org)"]
edition = "2021"
description = "Generate bindings to CORE-MATH"
repository = "https://github.com/jdh8/core-math-sys"
license = "MIT"
categories = ["mathematics", "no-std"]
keywords = ["floating-point", "trigonometry", "exponential", "logarithm", "special-functions"]
exclude = ["/vendor/**/*.wc", "/vendor/doc"]

[profile.dev]
opt-level = 3

[build-dependencies]
anyhow = "1.0.86"
bindgen = "0.69.4"
cc = { version = "1.1.11", features = ["parallel"] }
glob = "0.3.1"