boost

Rust bindings to Boost.Math

Latest version: 0.0.5+1.90.0 registry icon
Maintenance score
100
Safety score
100
Popularity score
70
Check your open source dependency risks. Get immediate insight about security, stability and licensing risks.
Security
  Vulnerabilities
Version Suggest Low Medium High Critical
0.0.5+1.90.0 0 0 0 0 0
0.0.4+1.89.0 0 0 0 0 0
0.0.3+1.89.0 0 0 0 0 0
0.0.2+1.89.0 0 0 0 0 0
0.0.1+1.89.0 0 0 0 0 0

Stability
Latest release:

0.0.5+1.90.0 - This version is safe to use because it has no known security vulnerabilities at this time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform

Licensing

Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.

BSD-3-Clause   -   BSD 3-Clause "New" or "Revised" License

Not a wildcard

Not proprietary

OSI Compliant



Boost Rust Bindings

GitHub License Crates.io Version docs.rs

Rust interface for the Boost C++ library.

[!NOTE] This project is in early development and probably shouldn't be used in production.

Project goals

Currently, this crate covers most of the Boost Math library's special functions and constants. In the long term, the aim is to include other Boost Math functionality, as well. There are no plans yet for including other Boost libraries.

Requirements

  • Rust 1.85.1 or later
  • C++20-compatible compiler (GCC 9+, Clang 14+, MSVC 2019+)

Contributing

Contributions are welcome! Please feel free to submit pull requests or open issues for bugs and feature requests.

Acknowledgments

This crate provides bindings to the excellent Boost Math library. All mathematical implementations are provided by Boost Math; this crate merely provides a safe Rust interface.