Y
Hacker News
new
|
ask
|
show
|
jobs
by
bringtheaction
3076 days ago
Does anyone know a similar library for Rust?
2 comments
whyever
3076 days ago
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.
link
fdej
3076 days ago
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.
link