Rust interface for the Boost C++ library.
Note
This project is in early development and probably shouldn't be used in production.
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.
- Rust 1.85.1 or later
- C++20-compatible compiler (GCC 9+, Clang 14+, MSVC 2019+)
Contributions are welcome! Please feel free to submit pull requests or open issues for bugs and feature requests.
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.