stdtr 0.2.0

minimal Rust bindings for the `stdtr` and `inc_beta` functions from the Cephes math library
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "cc"
version = "1.0.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787"

[[package]]
name = "libc"
version = "0.2.97"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6"

[[package]]
name = "stdtr"
version = "0.2.0"
dependencies = [
 "stdtr-sys",
]

[[package]]
name = "stdtr-sys"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcf371b2fd3b9ac46deb74e3ec9633cb1040601a759b6ad9697461b47f56eaad"
dependencies = [
 "cc",
 "libc",
]