Boost Rust Bindings
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. 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.