An implementation of MCMC (Markov Chain Monte Carlo) algorithms in Rust
Just clone the depo or add the Git URL to your Cargo.toml
and you're good to go!
The build script generates a C++ header that can be used to integrate this library within C++ code.
The pylib directory contains Python bindings generated with PyO3.