We can use cargo rustdoc to build a stand-alone documentation that can be integrated into the website similar to doxygen.
We cannot use the doc.rs project to autobuild the documentation as they use Ubuntu 24.04 and preCICE needed to be available in the Ubuntu archives.
https://github.com/rust-lang/crates-build-env?tab=readme-ov-file#adding-new-dependencies
We can use
cargo rustdocto build a stand-alone documentation that can be integrated into the website similar to doxygen.We cannot use the doc.rs project to autobuild the documentation as they use Ubuntu 24.04 and preCICE needed to be available in the Ubuntu archives.
https://github.com/rust-lang/crates-build-env?tab=readme-ov-file#adding-new-dependencies