Hacker News new | ask | show | jobs
by bringtheaction 3076 days ago
Does anyone know a similar library for Rust?
2 comments

Arb depends on lots of other numerical libraries (namely FLINT, MPFR and GMP or MPIR). If you want pure-Rust alternatives, the ecosystem is just not there yet.
It's a plain C library with an API very similar to GMP, so an option would be to wrap it from Rust, which should not be too difficult.