|
From: Marco I. <m...@ma...> - 2024-02-17 12:24:02
|
Hi, everyone. Just like to announce that I've created a FOSS repo with an example on how to call Quantlib functionalities from Rust using CxxBridge: https://github.com/randommm/quantlib-on-rust If you clone the repo recursively, you will get quantlib as a submodule and then when you run "cargo run" then it will automatically run autogen.sh, configure --prefix, make and make install for you. For now the example is quite simple, but I plan to make it more robust with time. |