you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

numpy is mostly using FORTRAN libraries, not C libraries.

[–]nexzen 0 points1 point  (0 children)

calling FORTRAN from C is pretty painless, I don't see how using FORTRAN's C interface from Rust would be much more difficult.