Hi, I am working in the field of computational physics and want to explore Rust as a primary language for building computational codes.
I have sketched a thin wrapper library around existing Fortran project (ELPA) which targets large-scale eigenvalue problems.
https://gitlab.com/StaticZero/elpa_lib_review
This wrapper gets the job done, however I am interested in a code review since there might be a chance that I may continue to develop this library into something that would be usable by more than one human being.
I would be grateful for advices and comments that may help develop good programming templates and to get rid of bad ones.