# Boost Rust Bindings
[](https://github.com/jorenham/boost-rust/blob/master/LICENSE)
[](https://crates.io/crates/boost)
[](https://docs.rs/boost/)
Rust interface for the [Boost](https://github.com/boostorg/boost) C++ library.
> [!NOTE]
> This project is in the early development stage, and should probably not be used in production.
## Project goals
Currently, only a (small) subset of the [`boost::math`](https://github.com/boostorg/math/) API is
covered.
In the long term, the aim is to fully cover the Boost Math library, starting with the special
functions.
## Requirements
- Rust 1.85.1+
- Modern C++ compiler with C++23 support
## 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](https://github.com/boostorg/math).
All mathematical implementations are provided by Boost Math; this crate merely provides a safe Rust interface.